diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-12-19 22:06:24 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-12-19 22:06:24 +0000 |
commit | 46c47b3d373c48db128b2307f917bfd4bde82604 (patch) | |
tree | d5f13c5e33de3795a13df5884f783f6199b55319 | |
parent | b90a6a0780aa0b68082b93382779eea89ccef9eb (diff) |
* dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@})
-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 37c147c..51288e4 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 */ |