summaryrefslogtreecommitdiff
path: root/gio/src/settings.hg
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/settings.hg
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/settings.hg')
-rw-r--r--gio/src/settings.hg6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/src/settings.hg b/gio/src/settings.hg
index daf6af77..37e3ea24 100644
--- a/gio/src/settings.hg
+++ b/gio/src/settings.hg
@@ -52,13 +52,13 @@ public:
_WRAP_METHOD(bool set_value(const Glib::ustring& key, const Glib::VariantBase& value), g_settings_set_value)
- /** Gets the value that is stored in the settings for a @key.
+ /** Gets the value that is stored in the settings for a @a key.
*
* It is a programmer error to give a @a key that isn't contained in the
* schema for the settings.
*
- * @param key The key to get the value for.
- * @param A Variant of the expected type.
+ * @param key The key to get the value for.
+ * @param value A Variant of the expected type.
*
* @newin{2,28}
*/