From 3a7b67111ca50d612be4b83aaf8ad9b3e326da5f Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Tue, 18 Aug 2009 16:22:04 +0200 Subject: 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}. --- gio/src/initable.hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gio/src/initable.hg') diff --git a/gio/src/initable.hg b/gio/src/initable.hg index 0ac78d83..5fe24821 100644 --- a/gio/src/initable.hg +++ b/gio/src/initable.hg @@ -49,7 +49,7 @@ namespace Gio * construction and automatically initialize them, throwing an exception on * failure. * - * @newin2p22 + * @since{2,22} */ class Initable : public Glib::Interface { -- cgit v1.2.1