[pangomm] Rename @since back to @newin
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pangomm] Rename @since back to @newin
- Date: Thu, 20 Aug 2009 17:28:09 +0000 (UTC)
commit c4b8583409d547a0d673e5055a33ab8130d2090e
Author: Daniel Elstner <danielk openismus com>
Date: Thu Aug 20 19:26:16 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.
* pango/src/{language,layout}.hg: Replace all uses of @since with
@newin.
ChangeLog | 12 ++++++++++++
docs/reference/Doxyfile.in | 2 +-
pango/src/language.hg | 2 +-
pango/src/layout.hg | 2 +-
4 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index baba10e..f11f567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
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.
+ * pango/src/{language,layout}.hg: Replace all uses of @since with
+ @newin.
+
+2009-08-20 Daniel Elstner <danielk openismus com>
+
Remove bogus backslash in Doxygen configuration
* docs/reference/Doxyfile.in (STRIP_FROM_PATH): Remove bogus
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index a0a4560..1500eb5 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -37,7 +37,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
diff --git a/pango/src/language.hg b/pango/src/language.hg
index d6781d6..c3cb464 100644
--- a/pango/src/language.hg
+++ b/pango/src/language.hg
@@ -66,7 +66,7 @@ public:
*
* @result A container of Script values.
*
- * @since{2,14}
+ * @newin{2,14}
*/
Glib::ArrayHandle<Script> get_scripts() const;
_IGNORE(pango_language_get_scripts)
diff --git a/pango/src/layout.hg b/pango/src/layout.hg
index 0dce43e..3a77dfc 100644
--- a/pango/src/layout.hg
+++ b/pango/src/layout.hg
@@ -253,7 +253,7 @@ public:
*
* @param context A Cairo context.
*
- * @since{2,16}
+ * @newin{2,16}
*/
void show_in_cairo_context(const Cairo::RefPtr<Cairo::Context>& context);
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]