X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-common;h=f15f786066ccdc0d726d9bddaf2b90e84b787361;hb=1c11ac0ab0636d07db3899b02c5d89e2d0b020bc;hp=d728550e57bee96bebe5f32cde17e1a622cf442d;hpb=225b5f86a6cac80cdafe0e3b1cc91f735c6b902e;p=bertos.git diff --git a/Doxyfile-common b/Doxyfile-common index d728550e..f15f7860 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 @@ -552,7 +552,17 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT += bertos/ + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx +# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 + +FILE_PATTERNS = *.h \ + *.c # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -577,6 +587,7 @@ EXCLUDE = doc \ .svn \ qtext/qextftp.cpp \ wizard \ + bertos/net/lwip \ testout \ testout.old @@ -1229,8 +1240,13 @@ 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 \ + LOG_LEVEL=3 \ + CONFIG_HEAP_MALLOC=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