]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Doxygen: remove own header and CSS file
authorAlexander Barton <alex@barton.de>
Sun, 26 Dec 2010 18:27:29 +0000 (19:27 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 13 Feb 2011 16:52:38 +0000 (17:52 +0100)
Use the ones of Doxygen instead, this has the advantage that we
benefit of new functionality of Doxygen without having to make changes.

doc/src/Doxyfile
doc/src/header.inc.html [deleted file]
doc/src/ngircd-doc.css [deleted file]

index 776607b302438270be8bd5ffcef5cbabd70e12e9..55363e111dc7ea9b0876e6d30a4217b956bcf2e7 100644 (file)
@@ -122,11 +122,11 @@ SOURCE_BROWSER         = YES
 
 GENERATE_HTML          = YES
 
-HTML_OUTPUT            = html
-HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = header.inc.html
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for each
+# generated HTML page. If it is left blank doxygen will generate a standard
+# footer.
+
 HTML_FOOTER            = footer.inc.html
-HTML_STYLESHEET        = ngircd-doc.css
 
 GENERATE_HTMLHELP      = NO
 GENERATE_LATEX         = NO
diff --git a/doc/src/header.inc.html b/doc/src/header.inc.html
deleted file mode 100644 (file)
index 592c016..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-
-<head>
-  <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-  <title>ngIRCd Source Documentation</title>
-  <link href="ngircd-doc.css" rel="stylesheet" type="text/css">
-</head>
-<body>
-
diff --git a/doc/src/ngircd-doc.css b/doc/src/ngircd-doc.css
deleted file mode 100644 (file)
index a2453aa..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-/*
- * Cascading Style Sheet for the ngIRCd source documentation
- *
- * $Id: ngircd-doc.css,v 1.2 2005/07/22 21:23:22 alex Exp $
- */
-
-BODY {
-       background-color: white;
-       color: black;
-       margin: 30px;
-       font-family: Geneva, sans-serif;
-       font-size: 12px;
-}
-
-A:visited { color: purple; background: transparent; }
-A:link { color: navy; background: transparent; }
-A:active { color: red; background: transparent; }
-A:hover { background: #ffa; }
-
-H1, H2, H3 {
-       font-family: Verdana, sans-serif;
-       background-color: white;
-       color: #005555;
-}
-H1 { margin-bottom: 10px; }
-H2 {
-       margin-top: 20px;
-       margin-bottom: 10px;
-}
-
-P, LI, TD, TH, DT {
-       font-family: Geneva, sans-serif;
-       font-size: 12px;
-       line-height: 1.2
-}
-
-DD { margin-bottom: 1em; }
-
-UL { list-style-type: square; }
-
-HR { margin: 2em 0px; }
-
-BODY>TABLE { padding: 1em 0px; }
-
-TD.mdRow {
-       border: 1px dotted silver;
-       background-color: #fff9dd;
-}
-
-TD.md { font-weight: bold; }
-
-TD.memItemLeft { padding-top: 4px; }
-TD.memItemRight { padding-top: 4px; }
-TD.mdescRight { font-style: italic; }
-
-DIV.qindex {
-       background-color: #eee;
-       border: 1px dotted silver;
-       padding: 3px;
-       margin-bottom: 2px;
-}
-
-DIV.nav {
-       margin: 1em 0px;
-}
-
-HR.footer { margin-top: 50px; }
-
-.comment {
-       color: gray;
-       font-style: italic;
-}
-.preprocessor { color: #f90; }
-.keyword, .keywordflow, .keywordtype { color: red; }
-.stringliteral { color: green; }
-
-/* -eof- */