* [PATCH] doxygen.cfg.in: Make the file Work with doxygen 1.6.1
@ 2009-12-27 5:53 Holger Freyther
2009-12-27 15:04 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Holger Freyther @ 2009-12-27 5:53 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: Text/Plain, Size: 371 bytes --]
Hi,
this is slighly more useful than the previous attempt. doxygen version 1.6.1
(as of Ubuntu Karmic) will refuse to generate the documentation as the
referenced header.html does not exist. This file was never in the repository
and emptying that option makes it work for 1.6 and keeps working for 1.5.6
(this version is included in Debian Lenny).
regards
holger
[-- Attachment #2: 0001-doxygen.cfg.in-Make-the-file-Work-with-doxygen-1.6.1.patch --]
[-- Type: text/x-patch, Size: 1406 bytes --]
From 5876d2d3790c92ab76927947a7d0f78db48481d9 Mon Sep 17 00:00:00 2001
From: Holger Hans Peter Freyther <zecke@selfish.org>
Date: Sat, 26 Dec 2009 17:29:11 +0100
Subject: [PATCH] doxygen.cfg.in: Make the file 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>
---
doxygen.cfg.in | 3 +--
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
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doxygen.cfg.in: Make the file Work with doxygen 1.6.1
2009-12-27 5:53 [PATCH] doxygen.cfg.in: Make the file Work with doxygen 1.6.1 Holger Freyther
@ 2009-12-27 15:04 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2009-12-27 15:04 UTC (permalink / raw)
To: Holger Freyther; +Cc: netfilter-devel
Holger Freyther wrote:
> Hi,
>
> this is slighly more useful than the previous attempt. doxygen version 1.6.1
> (as of Ubuntu Karmic) will refuse to generate the documentation as the
> referenced header.html does not exist. This file was never in the repository
> and emptying that option makes it work for 1.6 and keeps working for 1.5.6
> (this version is included in Debian Lenny).
Applied, thanks Holger.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-27 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 5:53 [PATCH] doxygen.cfg.in: Make the file Work with doxygen 1.6.1 Holger Freyther
2009-12-27 15:04 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).