diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-22 22:30:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-22 22:30:02 +0000 |
commit | 8164139fa6259257817898b3d389d96bd60f8c13 (patch) | |
tree | 580a092f9afbe3c1316b9640681a3e82de9a9d1d /Doxyfile.in | |
parent | 1a4cb6b95ffc3acdef34b6f014a83c02be963fae (diff) | |
download | dbus-8164139fa6259257817898b3d389d96bd60f8c13.tar.gz |
2002-11-22 Havoc Pennington <hp@redhat.com>
* dbus/dbus.h: fixups for doc warnings
* Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
macros
(QUIET): make it quiet so we can see warnings
* dbus/dbus-memory.c: teach D-BUS to allocate and free memory
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 224271b0..d7b7019d 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -41,7 +41,7 @@ SHOW_USED_FILES = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- -QUIET = NO +QUIET = YES WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_FORMAT = @@ -50,7 +50,7 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = dbus bus -FILE_PATTERNS = *.c +FILE_PATTERNS = *.c *.h RECURSIVE = YES #EXCLUDE = test |