summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2018-08-11 21:21:28 +0530
committerVasudev Kamath <vasudev@copyninja.info>2018-08-11 21:21:28 +0530
commitf5ba2f6f6c3f4d4a09434c35c230ace55f093b24 (patch)
tree7b96e4cbfbc02324ac494689fb7aea1715b5c120
parent61b1b96b6fb7801fbb3f916509fac9fb88ffa984 (diff)
Remove reference to non-existent files
Doxyfile was referring to non-existent template files under doc/ this patches removes the reference to those files. Forwarded: no Last-Update: 2013-01-22 Gbp-Pq: Name 1003_fix-doxyfile.patch
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index f2d4d18..fcdf6ec 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -91,8 +91,8 @@ IGNORE_PREFIX =
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
-HTML_HEADER = ./doc/doxytmpl/header.html
-HTML_FOOTER = ./doc/doxytmpl/footer.html
+HTML_HEADER =
+HTML_FOOTER =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO