X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-common;h=a6a4c6af65572c3727afb3a2035044dc3f90b994;hb=de95f0f807424df27fbef3b651186289736f9d93;hp=6b9d751ae9755cc483274f4a0c77f270743c696c;hpb=e908bacaa1f3309e2d06049a2555d978d3d7e7f9;p=bertos.git diff --git a/Doxyfile-common b/Doxyfile-common index 6b9d751a..a6a4c6af 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -247,7 +247,7 @@ IDL_PROPERTY_SUPPORT = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a @@ -587,6 +587,7 @@ EXCLUDE = doc \ .svn \ qtext/qextftp.cpp \ wizard \ + bertos/net/lwip \ testout \ testout.old @@ -1239,8 +1240,11 @@ PREDEFINED = __doxygen__ \ CONFIG_TIMER_EVENTS=1 \ CONFIG_TIMER_UDELAY=1 \ CONFIG_KERN_SIGNALS=1 \ + CONFIG_PRINTF=4 \ + CONFIG_KFILE_GETS=1 \ CONFIG_XMODEM_RECV=1 \ CONFIG_XMODEM_SEND=1 \ + CONFIG_I2C_DISABLE_OLD_API=0 \ COMPILER_VARIADIC_MACROS=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then