setjmp.h, time_t: Remove ancient retrocompatibility; Remove MSVC double to float...
[bertos.git] / Doxyfile
index 1173c9fa252bfb7d933753043ba2b2b2b62e9560..db928e3964dfa50854668642f2c6a4d8bd93c0f7 100755 (executable)
--- a/Doxyfile
+++ b/Doxyfile
@@ -39,7 +39,7 @@ OUTPUT_DIRECTORY       = doc/reference
 # source 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 
@@ -730,7 +730,7 @@ TREEVIEW_WIDTH         = 250
 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
 # generate Latex output.
 
-GENERATE_LATEX         = YES
+GENERATE_LATEX         = NO
 
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
@@ -1005,7 +1005,8 @@ PREDEFINED             = __doxygen__ \
                          __declspec(x) \
                          _DEBUG=1 \
                          FORMAT(x,y,z)= \
-                         PGM_FUNC(x)=x
+                         PGM_FUNC(x)=x \
+                        INLINE=inline
 
 # 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.