[libnetfilter_queue] doc: make doxygen.cfg.in work with doxygen 1.6.1
Pablo Neira
netfilter-cvslog-bounces at lists.netfilter.org
Sun Dec 27 16:03:41 CET 2009
Gitweb: http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_queue.git;a=commit;h=fcc893c2a14a71e62deba26ec14b217ec59be58f
commit fcc893c2a14a71e62deba26ec14b217ec59be58f
Author: Holger Hans Peter Freyther <zecke at selfish.org>
AuthorDate: Sun Dec 27 16:02:51 2009 +0100
Commit: Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Sun Dec 27 16:02:51 2009 +0100
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 at selfish.org>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
via fcc893c2a14a71e62deba26ec14b217ec59be58f (commit)
from 224df57de4479d65d4fec3eeaa8b1a4d63b8213f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fcc893c2a14a71e62deba26ec14b217ec59be58f
Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date: Sun Dec 27 16:02:51 2009 +0100
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 at selfish.org>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
-----------------------------------------------------------------------
doxygen.cfg.in | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
* 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 at selfish.org>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
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
More information about the netfilter-cvslog
mailing list