Doxygen fixes.
[bertos.git] / Doxyfile_cxx
index 9cc32295e64dc3d9798402c785c45af62e6da44c..aded9292398df345dd5e3b579449426d1aea1ef8 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.