From: lottaviano Date: Tue, 29 Sep 2009 10:14:15 +0000 (+0000) Subject: doc: Fix missing main page in generated docs. X-Git-Tag: 2.3.0~92 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=2c2796f01bee9d16c68a9cdbec17b936a4db51f8 doc: Fix missing main page in generated docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2988 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index 3147b4e0..12b03136 100644 --- a/Doxyfile +++ b/Doxyfile @@ -559,7 +559,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = bertos/cfg/macros.h bertos/ +INPUT = # 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 c3022d3e..5e30c421 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 = bertos/cfg/macros.h bertos/ +INPUT = # 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