X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=Doxyfile-common;h=583ceddd685de4d6912acb3f723e243c75d060cb;hp=2c7958d8abb8ecd7d89e10e71b18fcc250d72a08;hb=57dfb183e24175bc782647d4e6aebe31063f3881;hpb=a8df04df38e00efb2a08f3e78dfc16ec17526cc6 diff --git a/Doxyfile-common b/Doxyfile-common index 2c7958d8..583ceddd 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -265,7 +265,7 @@ SUBGROUPING = YES # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. -TYPEDEF_HIDES_STRUCT = NO +TYPEDEF_HIDES_STRUCT = YES # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. @@ -552,7 +552,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT += bertos/ +INPUT += bertos/ \ + doc/general-introduction # 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 @@ -587,6 +588,7 @@ EXCLUDE = doc \ .svn \ qtext/qextftp.cpp \ wizard \ + bertos/net/lwip \ testout \ testout.old @@ -1243,6 +1245,10 @@ PREDEFINED = __doxygen__ \ CONFIG_KFILE_GETS=1 \ CONFIG_XMODEM_RECV=1 \ CONFIG_XMODEM_SEND=1 \ + CONFIG_KERN_PREEMPT=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