[libgdamm] Rename @since back to @newin



commit dfede1b55e401bf059b74f641013a58944a6a7dc
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Aug 20 19:42:47 2009 +0200

    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.

 ChangeLog                  |   10 ++++++++++
 docs/reference/Doxyfile.in |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 13f2156..e724415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2009-08-20  Daniel Elstner  <danielk openismus com>
 
+	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.
+
+2009-08-20  Daniel Elstner  <danielk openismus com>
+
 	Distribute examples/README.txt
 
 	* examples/Makefile.am (dist_noinst_DATA): List README.txt.
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index b37e169..91531ce 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -41,7 +41,7 @@ MULTILINE_CPP_IS_BRIEF = NO
 INHERIT_DOCS           = YES
 SEPARATE_MEMBER_PAGES  = NO
 TAB_SIZE               = 8
-ALIASES                = "since{2}=\xrefitem since_\1_\2 \"Since @PACKAGE_NAME@ \1.\2\" \"New API in @PACKAGE_NAME@ \1.\2\""
+ALIASES                = "newin{2}=\xrefitem since_\1_\2 \"Since @PACKAGE_NAME@ \1.\2\" \"New API in @PACKAGE_NAME@ \1.\2\""
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO
 OPTIMIZE_FOR_FORTRAN   = NO



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]