From cc700d4410b0b7056c1d7b872b400ba18f3d5164 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Fri, 3 Jul 2009 14:21:11 +0000 Subject: [PATCH] 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 --- Doxyfile | 3 ++- Doxyfile-chm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.25.1