summaryrefslogtreecommitdiff
path: root/glib/src/nodetree.hg
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-18 16:22:04 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-18 16:22:04 +0200
commit3a7b67111ca50d612be4b83aaf8ad9b3e326da5f (patch)
tree7c2549e151846cc9b0636d0f1c7a29895e1aa585 /glib/src/nodetree.hg
parent7ba424569975a0ddd9fc6d34c3f3eda6d1dd05a8 (diff)
downloadglibmm-3a7b67111ca50d612be4b83aaf8ad9b3e326da5f.tar.gz
Implement parametric Doxygen alias @since{m,n}
* docs/reference/Doxyfile.in (ALIASES): Define a parametrized alias @since{major,minor} to replace the old @newin?p?* aliases which had to be defined manually for every version number used. (PREDEFINED): Predefine G_GNUC_NORETURN, G_GNUC_NULL_TERMINATED and G_GNUC_PURE to the empty expansion. Remove GTKMM_* macros. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Change "Since:" substitution to output the new generic @since alias. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Change all uses of @newin?p?* to @since{major,minor}.
Diffstat (limited to 'glib/src/nodetree.hg')
-rw-r--r--glib/src/nodetree.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/nodetree.hg b/glib/src/nodetree.hg
index 782059c1..4348f8bc 100644
--- a/glib/src/nodetree.hg
+++ b/glib/src/nodetree.hg
@@ -62,7 +62,7 @@ enum TraverseType
*
* To remove a node or subtree from a tree use unlink().
*
- * @newin2p18
+ * @since{2,18}
*/
template <typename T>
class NodeTree