doc: Update Doxyfile(s) to correctly generate all docs.
[bertos.git] / Doxyfile
index 03b77a392ad524b3cfddc068f9425d1158f7ffec..83fb26719f8f06281fa33c2bf16d72d645630a7d 100644 (file)
--- 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.