Fix doc.
[bertos.git] / Doxyfile
index b71acd80679e7a38e83989396f63fd0037810208..3147b4e040a5cd6addb00dad756624e245a0ebd3 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -559,7 +559,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = 
+INPUT                  = bertos/cfg/macros.h bertos/
 
 # This tag can be used to specify the character encoding of the source files 
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
@@ -1266,7 +1266,8 @@ PREDEFINED             = __doxygen__ \
                          CONFIG_KERN_PRI=1 \
                          CONFIG_TIMER_EVENTS=1 \
                          CONFIG_TIMER_UDELAY=1 \
-                         CONFIG_KERN_SIGNALS=1
+                         CONFIG_KERN_SIGNALS=1 \
+                         COMPILER_VARIADIC_MACROS=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.