summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-12-19 22:06:24 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-12-19 22:06:24 +0000
commitbbe32213d29c9e07ebb317a2a5c98cc463892ce6 (patch)
tree07f2fb7f30a2d3a8d2bfae99427ab46f837e7bf3
parentf72c693f48d8be621e912366457699f787089400 (diff)
* dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
-rw-r--r--ChangeLog4
-rw-r--r--dbus/dbus-macros.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a09786df..98612331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-19 John (J5) Palmieri <johnp@redhat.com>
+
+ * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
+
2005-12-19 Ross Burton <ross@openedhand.com>
* doc/dbus-tutorial.xml:
diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h
index 37c147cf..51288e48 100644
--- a/dbus/dbus-macros.h
+++ b/dbus/dbus-macros.h
@@ -91,6 +91,6 @@
* A null pointer, defined appropriately for C or C++.
*/
-/** }@ */
+/** @} */
#endif /* DBUS_MACROS_H */