Avoid strlen().
[bertos.git] / Doxyfile
index 1173c9fa252bfb7d933753043ba2b2b2b62e9560..8c8d606fb7205e84a0acbd07a9b5d0b5905e2b2a 100755 (executable)
--- a/Doxyfile
+++ b/Doxyfile
@@ -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.