diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dbus/dbus-macros.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 */ |