diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:04:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:09:11 +0800 |
commit | b22ac14482bbf215e5ad457104580c624706feda (patch) | |
tree | ac09824783668346a351bcb54efc2a7362a5b490 /calendar/gui/dialogs/comp-editor.c | |
parent | da59e01247bfb9230e8c0931bea32301b5fad6e7 (diff) | |
download | gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.gz gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.bz2 gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.lz gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.xz gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.zst gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.zip |
Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 2d0f524c10..b6be8bd7e6 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -3193,11 +3193,11 @@ comp_editor_get_comp (CompEditor *editor) /** * comp_editor_get_current_comp + * @editor: a #CompEditor + * @correct: Set this no non-%NULL if you are interested to know if all + * pages reported success when filling component. * - * @param editor - * @param correct Set this no non-NULL if you are interested to know if - * all pages reported success when filling component. - * @return Newly allocated component, should be unref-ed by g_object_unref. + * Returns: Newly allocated component, should be unref-ed by g_object_unref(). **/ ECalComponent * comp_editor_get_current_comp (CompEditor *editor, gboolean *correct) |