diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:48:28 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:48:28 +0000 |
commit | f09921965c769ff6411ae2f684f6b855d4c8f38d (patch) | |
tree | aefebf4c04e4da7d35e52b4a05b258cbbe31cf48 /dbus/dbus-hash.h | |
parent | 954c4c7550879bd80315811b8548adfcb415766e (diff) |
2002-11-23 Havoc Pennington <hp@pobox.com>
* Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
DBUS_END_DECLS to nothing, that should fix this once and for all
* Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
* dbus/dbus-message.c, dbus/dbus-hash.c:
add some missing @brief
Diffstat (limited to 'dbus/dbus-hash.h')
-rw-r--r-- | dbus/dbus-hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-hash.h b/dbus/dbus-hash.h index 267b2e94..b8136524 100644 --- a/dbus/dbus-hash.h +++ b/dbus/dbus-hash.h @@ -1,6 +1,6 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ -/* dbus-hash.h Generic hash table utility (internal to D-BUS implementation) - * +/* dbus-hash.h Generic hash table utility (internal to D-BUS implementation) + * * Copyright (C) 2002 Red Hat, Inc. * * Licensed under the Academic Free License version 1.2 |