X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-common;h=255ec3e40cde1e073c2832ec36ee79545e19fda6;hb=f5096c2e240312b5fddfdadd165a36e5f1a3cc65;hp=2c45544f4337b9b10356dc6ddf244da81cf0a336;hpb=7fda050003b7efc92c54ab6b3d9b826007d42fb5;p=bertos.git diff --git a/Doxyfile-common b/Doxyfile-common index 2c45544f..255ec3e4 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -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,9 @@ 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