setjmp.h, time_t: Remove ancient retrocompatibility; Remove MSVC double to float...
[bertos.git] / Doxyfile_c
index 00ca740795fb6050f4469cca057f59777751729a..770f2d51e2205743cd954edee8d818eb5b951af9 100755 (executable)
@@ -39,7 +39,7 @@ OUTPUT_DIRECTORY       = doc/reference
 # files, where putting all generated files in the same directory would otherwise 
 # cause performance problems for the file system.
 
-CREATE_SUBDIRS         = YES
+CREATE_SUBDIRS         = NO
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -450,7 +450,8 @@ FILE_PATTERNS          = *.c \
                          *.h++ \
                          *.idl \
                          *.odl \
-                         README
+                         README \
+                        README.devlib
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO.