From: lottaviano Date: Fri, 3 Jul 2009 14:21:11 +0000 (+0000) Subject: doc: Update Doxyfile(s) to correctly generate all docs. X-Git-Tag: 2.2.0~232 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=cc700d4410b0b7056c1d7b872b400ba18f3d5164;p=bertos.git doc: Update Doxyfile(s) to correctly generate all docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2736 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index 03b77a39..83fb2671 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1257,7 +1257,8 @@ PREDEFINED = __doxygen__ \ _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x \ - INLINE=inline + INLINE=inline \ + CONFIG_FAT_DRIVES=1 # 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. diff --git a/Doxyfile-chm b/Doxyfile-chm index 09bea145..3fc85249 100644 --- a/Doxyfile-chm +++ b/Doxyfile-chm @@ -1257,7 +1257,8 @@ PREDEFINED = __doxygen__ \ _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x \ - INLINE=inline + INLINE=inline \ + CONFIG_FAT_DRIVES=1 # 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.