summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-27 16:02:51 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-12-27 16:02:51 +0100
commitfcc893c2a14a71e62deba26ec14b217ec59be58f (patch)
treee950cf059f6003c37968dae36702b3a7008238d0
parent224df57de4479d65d4fec3eeaa8b1a4d63b8213f (diff)
doc: make doxygen.cfg.in work with doxygen 1.6.1
* DETAILS_AT_TOP is deprecated and newer versions of doxygens are warning about this. Remove this option. * Empty HTML_HEADER as newer versions of doxygen check if the file exists and fail if it doesn't. Looking at the history of this project the file never existed. * This continues to work with doxygen 1.5.6. Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--doxygen.cfg.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index bb39a6d..37bfa7c 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -16,7 +16,6 @@ SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 8
@@ -95,7 +94,7 @@ IGNORE_PREFIX =
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
-HTML_HEADER = "header.html"
+HTML_HEADER =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO