[libgdamm] Doxyfile.in: Make more like the gtkmm one.



commit 415df4acb4d06dd3a3af6308736b1404ab3f598c
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Oct 16 22:08:07 2010 +0200

    Doxyfile.in: Make more like the gtkmm one.
    
    * docs/reference/Doxyfile.in: Minor unimportant changes, to match gtkmm.

 ChangeLog                  |    6 ++++++
 docs/reference/Doxyfile.in |   15 ++++-----------
 2 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7688db2..6ff5860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-16  Murray Cumming  <murrayc murrayc com>
 
+	Doxyfile.in: Make more like the gtkmm one.
+
+	* docs/reference/Doxyfile.in: Minor unimportant changes, to match gtkmm.
+
+2010-10-16  Murray Cumming  <murrayc murrayc com>
+
 	Work around a doxygen crash.
 
 	* libgda/src/sqlparser.hg: Class overview documentation: Instead of 
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 0474d04..c9427ce 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -12,17 +12,7 @@ CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
 REPEAT_BRIEF           = YES
-ABBREVIATE_BRIEF       = "The $name class" \
-                         "The $name widget" \
-                         "The $name file" \
-                         is \
-                         provides \
-                         specifies \
-                         contains \
-                         represents \
-                         a \
-                         an \
-                         the
+ABBREVIATE_BRIEF       =
 ALWAYS_DETAILED_SEC    = NO
 INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
@@ -244,6 +234,9 @@ INCLUDE_FILE_PATTERNS  = *.h
 PREDEFINED             = __cplusplus \
                          DOXYGEN_SHOULD_SKIP_THIS \
                          "G_GNUC_CONST=" \
+                         "G_GNUC_NORETURN=" \
+                         "G_GNUC_NULL_TERMINATED=" \
+                         "G_GNUC_PURE=" \
                          GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED \
                          GLIBMM_EXCEPTIONS_ENABLED \
                          GLIBMM_HAVE_WIDE_STREAM \



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