X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=8c8d606fb7205e84a0acbd07a9b5d0b5905e2b2a;hb=5dc6ddc46b1416e0a4b70933eb0a93ee308d09c9;hp=1173c9fa252bfb7d933753043ba2b2b2b62e9560;hpb=18120d5179248d659d43bdfa5e49ebb4a5d8fe2b;p=bertos.git diff --git a/Doxyfile b/Doxyfile index 1173c9fa..8c8d606f 100755 --- 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.