[librsvgmm] Rename @since back to @newin



commit 6622e9585410131ad5e5c3558fcd11dda06f14d1
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Thu Aug 20 19:49:32 2009 +0200

    Rename @since back to @newin
    
    * doc/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.

 doc/reference/Doxyfile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in
index 4407b34..766c0f8 100644
--- a/doc/reference/Doxyfile.in
+++ b/doc/reference/Doxyfile.in
@@ -31,7 +31,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]