X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=7364037c4e73a16f05f09adec79af1dc5858ac48;hb=24609d658e8c2c7795b8a5f8bef21512c020f1fb;hp=db928e3964dfa50854668642f2c6a4d8bd93c0f7;hpb=479e07791bd470288676ed331fe7863918298da3;p=bertos.git diff --git a/Doxyfile b/Doxyfile index db928e39..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 @@ -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.