diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:05:00 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:05:00 +0000 |
commit | 15ef0ef6fbba7827453b7973e62b6c1853576601 (patch) | |
tree | ed41d284f4b698c44d9a9e202be4d4f25c1aab60 /dbus/dbus-mainloop.c | |
parent | fe1f793a4f8296fb00d409a4a52b12ed7526caac (diff) |
2006-10-19 Havoc Pennington <hp@redhat.com>
* Fix a pile of Doxygen warnings and missing docs
Diffstat (limited to 'dbus/dbus-mainloop.c')
-rw-r--r-- | dbus/dbus-mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-mainloop.c b/dbus/dbus-mainloop.c index b3089bbc..68284474 100644 --- a/dbus/dbus-mainloop.c +++ b/dbus/dbus-mainloop.c @@ -905,4 +905,4 @@ _dbus_wait_for_memory (void) _dbus_sleep_milliseconds (_dbus_get_oom_wait ()); } -#endif /* DOXYGEN_SHOULD_SKIP_THIS */ +#endif /* !DOXYGEN_SHOULD_SKIP_THIS */ |