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