[glibmm] Documentation: Mention module names in Enums and Flags doxygen groups.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Documentation: Mention module names in Enums and Flags doxygen groups.
- Date: Sun, 6 Jun 2010 13:30:14 +0000 (UTC)
commit 8bb88cdb945c78b64816252ba2b086617d4ba64c
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Jun 6 15:29:26 2010 +0200
Documentation: Mention module names in Enums and Flags doxygen groups.
* tools/m4/enum.m4: Add the module name (such as gdkmm or gtkmm) to the
doxygen Enums and Flags groups, to avoid duplicate names appearing in the
Modules list.
ChangeLog | 8 ++++++++
tools/m4/enum.m4 | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fcabb4e..b0a1aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-06-06 Murray Cumming <murrayc murrayc com>
+ Documentation: Mention module names in Enums and Flags doxygen groups.
+
+ * tools/m4/enum.m4: Add the module name (such as gdkmm or gtkmm) to the
+ doxygen Enums and Flags groups, to avoid duplicate names appearing in the
+ Modules list.
+
+2010-06-06 Murray Cumming <murrayc murrayc com>
+
Settings: Fix the build with the latest glib from git master.
* gio/src/gio_methods.defs: Remove extra length parameters, removed from the
diff --git a/tools/m4/enum.m4 b/tools/m4/enum.m4
index bb5cabc..b1901d5 100644
--- a/tools/m4/enum.m4
+++ b/tools/m4/enum.m4
@@ -15,7 +15,7 @@ dnl // Define a new Doxygen group if this is the first enum in the file.
dnl
m4_ifdef(`__DOCGROUP_'__MODULE_CANONICAL__`_ENUMS__',,`dnl else
m4_define(`__DOCGROUP_'__MODULE_CANONICAL__`_ENUMS__')dnl
-/** @addtogroup '__MODULE_CANONICAL__`Enums Enums and Flags */
+/** @addtogroup '__MODULE_CANONICAL__`Enums __MODULE_CANONICAL__ Enums and Flags */
')dnl endif
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]