From: lottaviano Date: Tue, 22 Sep 2009 12:42:01 +0000 (+0000) Subject: doc: Fix warnings when generating docs. X-Git-Tag: 2.3.0~110 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fe2fca284b97ec729d34d49e7e7907fa1a40d1ce;p=bertos.git doc: Fix warnings when generating docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2970 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index b71acd80..c53b0c0e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -559,7 +559,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = bertos/cfg/macros.h bertos/ # 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 diff --git a/Doxyfile-offline b/Doxyfile-offline index 208cb7a5..bf7964ac 100644 --- a/Doxyfile-offline +++ b/Doxyfile-offline @@ -559,7 +559,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = bertos/cfg/macros.h bertos/ # 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