summaryrefslogtreecommitdiff
path: root/gio/src/gio_docs_override.xml
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-01-27 11:05:34 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-01-27 11:05:34 +0100
commit0759fe84d17590eba58689f8d416b626b9b36b9c (patch)
treec65c41f3ba3a081f839acbc50dbf7d121ac1d38f /gio/src/gio_docs_override.xml
parentd1ccc3bae88396f03e5889286db50547a45dbfed (diff)
downloadglibmm-0759fe84d17590eba58689f8d416b626b9b36b9c.tar.gz
Documentation: Fix many warnings from Doxygen.
* gio/src/gio_docs_override.xml: * glib/src/glib_docs_override.xml: Move "Since: n.m" from the <return> to the <description> entries. gmmproc adds a period at the end of the @return Doxygen command, and Doxygen warns for "@newin{n,m}.". * glib/glibmm/interface.h: * glib/glibmm/stringutils.h: * glib/glibmm/vectorutils.h: * gio/src/*.hg: * glib/src/*.hg: (Here "*" means "many", not "all") Examples of changes: Add missing @param. Change names of parameters, to make them equal in function declaration and @param command. Change "@name" to "@a name". Change "<ulink url=" to "<a href=".
Diffstat (limited to 'gio/src/gio_docs_override.xml')
-rw-r--r--gio/src/gio_docs_override.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/src/gio_docs_override.xml b/gio/src/gio_docs_override.xml
index d06bd060..1a3a3886 100644
--- a/gio/src/gio_docs_override.xml
+++ b/gio/src/gio_docs_override.xml
@@ -1765,7 +1765,7 @@ Activation roots are typically used in #GVolumeMonitor
implementations to find the underlying mount to shadow, see
g_mount_is_shadowed() for more details.
-
+Since: 2.18
</description>
<parameters>
<parameter name="volume">
@@ -1775,8 +1775,6 @@ g_mount_is_shadowed() for more details.
</parameters>
<return> the activation root of @volume or %NULL. Use
g_object_unref() to free.
-
-Since: 2.18
</return>
</function>