2003-02-19 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Wed, 19 Feb 2003 03:53:24 +0000 (03:53 +0000)
committerHavoc Pennington <hp@redhat.com>
Wed, 19 Feb 2003 03:53:24 +0000 (03:53 +0000)
commitc21511c01ab56d75f3aa4643761e9fd096a7f8be
tree7a0542dd8d02b8fd8e98e42409b1bf42564d32c0
parent78e16e99e753175fa49e787eab256932eefaa03f
2003-02-19  Havoc Pennington  <hp@pobox.com>

Throughout: mop up all the Doxygen warnings and undocumented
stuff.

* dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
to search any paths.

* dbus/dbus-threads.c: move global mutex initializers to
dbus-internals.h, multiple prototypes was confusing doxygen
besides being kind of ugly

* Doxyfile (PREDEFINED): have Doxygen define
DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
(do not abuse the feature! it's for stuff like the autogenerated
macros in dbus-md5.c, not just for things you don't feel like
documenting...)
12 files changed:
ChangeLog
dbus/dbus-auth-script.c
dbus/dbus-connection.c
dbus/dbus-internals.h
dbus/dbus-keyring.c
dbus/dbus-list.c
dbus/dbus-md5.c
dbus/dbus-message-handler.c
dbus/dbus-message.c
dbus/dbus-string.c
dbus/dbus-sysdeps.c
dbus/dbus-threads.c