X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile_c;h=00ca740795fb6050f4469cca057f59777751729a;hb=97773847f7c4c8b01a10d1740b9662a5c78181e5;hp=427916f3840de7557330e699632b00749a081008;hpb=ea46af80013d22904d42f8ad0c00fdd26cab965d;p=bertos.git diff --git a/Doxyfile_c b/Doxyfile_c index 427916f3..00ca7407 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -1,4 +1,4 @@ -# Doxyfile 1.3.8 +# Doxyfile 1.3.9.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -367,6 +367,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 #--------------------------------------------------------------------------- @@ -966,9 +972,14 @@ 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. - -PREDEFINED = __linux__ __unix__ FORMAT(x,y,z)= PGM_FUNC(x)=x +# 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 = __linux__ \ + __unix__ \ + FORMAT(x,y,z)= \ + PGM_FUNC(x)=x # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.