summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-20 03:25:22 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-20 03:25:22 +0000
commit19e0efd2063f837f160de7c131b7d7f7a35f2cd6 (patch)
tree9a77a06c2b3498fe7ecbf736e6d6723fca4b68e3
parent15ef0ef6fbba7827453b7973e62b6c1853576601 (diff)
remove untrue comment
-rw-r--r--dbus/dbus-internals.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-internals.c b/dbus/dbus-internals.c
index 5268ebdf..73e8e086 100644
--- a/dbus/dbus-internals.c
+++ b/dbus/dbus-internals.c
@@ -28,10 +28,6 @@
#include <string.h>
#include <stdlib.h>
-/* the blurb for this is "D-Bus secret" so it comes after "D-Bus low-level"
- * which is the blurb for the DBus group, which makes Doxygen show
- * the public API first on the index page. Yay for lame hacks.
- */
/**
* @defgroup DBusInternals D-Bus secret internal implementation details
* @brief Documentation useful when developing or debugging D-Bus itself.