Finally set the right svn:ignore properties.
[bertos.git] / Doxyfile
index d181744a6fc7a8db7022ec642a93036e54db3ab1..f36ad9e00740e29b0927dbb84fa87d40a92806cc 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1264,7 +1264,10 @@ PREDEFINED             = __doxygen__ \
                          PGM_FUNC(x)=x \
                          INLINE=inline \
                          CONFIG_FAT_DRIVES=1 \
-                         CONFIG_KERN_PRI=1
+                         CONFIG_KERN_PRI=1 \
+                         CONFIG_TIMER_EVENTS=1 \
+                         CONFIG_TIMER_UDELAY=1 \
+                         CONFIG_KERN_SIGNALS=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. 
@@ -1525,4 +1528,4 @@ DOT_CLEANUP            = YES
 # The SEARCHENGINE tag specifies whether or not a search engine should be 
 # used. If set to NO the values of all tags below this one will be ignored.
 
-SEARCHENGINE           = YES
+SEARCHENGINE           = NO