diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-20 19:13:43 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-20 19:13:43 +0200 |
commit | 69c24c7413ab48fa614ae70fbce11e1020a66643 (patch) | |
tree | f9dcc473c9511c873b90d14f25028ef1c1a5d2a3 /gio/src/filemonitor.hg | |
parent | 6eedc8a075f5ca856b57c9df2210df4ff471f08d (diff) | |
download | glibmm-69c24c7413ab48fa614ae70fbce11e1020a66643.tar.gz |
Rename @since back to @newin
* docs/reference/Doxyfile.in (ALIASES): Rename the @since alias
back to its old name @newin, but otherwise keep the parameters.
Apparently there is a @since command predefined in Doxygen which
I hadn't noticed. It does seem to get overridden silently, but
it is better not to rely on this.
* tools/pm/DocsParser.pm (convert_tags_to_doxygen): Output @newin
instead of @since.
* {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Replace all
uses of @since with @newin.
Diffstat (limited to 'gio/src/filemonitor.hg')
-rw-r--r-- | gio/src/filemonitor.hg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/filemonitor.hg b/gio/src/filemonitor.hg index 27409ed7..c6127451 100644 --- a/gio/src/filemonitor.hg +++ b/gio/src/filemonitor.hg @@ -38,7 +38,7 @@ class File; * To get informed about changes to the file or directory you are monitoring, * connect to signal_changed. * - * @since{2,16} + * @newin{2,16} */ class FileMonitor : public Glib::Object { |