X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Doxyfile;h=7364037c4e73a16f05f09adec79af1dc5858ac48;hb=4e7233c06bec20fb90fd3b42dddbee78b5947ba3;hp=8c8d606fb7205e84a0acbd07a9b5d0b5905e2b2a;hpb=412cd293b6cf5ba96bfc170702cc705339d7cec2;p=bertos.git diff --git a/Doxyfile b/Doxyfile index 8c8d606f..7364037c 100755 --- a/Doxyfile +++ b/Doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.4.1 +# Doxyfile 1.4.2 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -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 @@ -168,6 +168,12 @@ INHERIT_DOCS = YES DISTRIBUTE_GROUP_DOC = NO +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will +# be part of the file/class/namespace that contains it. + +SEPARATE_MEMBER_PAGES = NO + # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. @@ -1006,7 +1012,7 @@ PREDEFINED = __doxygen__ \ _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x \ - INLINE=inline + 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.