From 6e40095471bb02e1892ffce61a264dce8f0d2949 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 8 Oct 2004 13:57:49 +0000 Subject: [PATCH] * doc/Doxyfile.in: Upgrade to Doxygen 1.3.9. --- ChangeLog | 4 ++++ doc/Doxyfile.in | 14 +++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4508369db..334f6a0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-08 Alexandre Duret-Lutz + + * doc/Doxyfile.in: Upgrade to Doxygen 1.3.9. + 2004-09-27 Alexandre Duret-Lutz * src/sanity/style.test: Suggest using "x->y", not "(*x).y". diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 736d9d071..755f9ddf3 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,4 +1,4 @@ -# Doxyfile 1.3.8 +# Doxyfile 1.3.9 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -116,7 +116,7 @@ FULL_PATH_NAMES = YES STRIP_FROM_PATH = @top_srcdir@/src/ \ @top_srcdir@/iface/ \ - @srcdir@ + @srcdir@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -370,6 +370,12 @@ MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES +# If the sources in your project are distributed over multiple directories +# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy +# in the documentation. + +SHOW_DIRECTORIES = YES + #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- @@ -958,7 +964,9 @@ INCLUDE_FILE_PATTERNS = # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are -# omitted =1 is assumed. +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator +# instead of the = operator. PREDEFINED =