update docs things.
authorPierre Habouzit <madcoder@debian.org>
Thu, 30 Nov 2006 23:17:09 +0000 (00:17 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 30 Nov 2006 23:17:09 +0000 (00:17 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
apidoc/doxygen.cfg.in
apidoc/footer.html [new file with mode: 0644]
apidoc/header.html [new file with mode: 0644]

index 3740b6b..dcdc632 100644 (file)
@@ -153,7 +153,7 @@ MULTILINE_CPP_IS_BRIEF = NO
 # If set to NO, the detailed description appears after the member 
 # documentation.
 
-DETAILS_AT_TOP         = NO
+DETAILS_AT_TOP         = YES
 
 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
 # member inherits the documentation from any documented member that it 
@@ -406,7 +406,7 @@ FILE_VERSION_FILTER    =
 # The QUIET tag can be used to turn on/off the messages that are generated 
 # by doxygen. Possible values are YES and NO. If left blank NO is used.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are 
 # generated by doxygen. Possible values are YES and NO. If left blank 
@@ -644,13 +644,13 @@ HTML_FILE_EXTENSION    = .html
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            =
+HTML_HEADER            = header.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            =
+HTML_FOOTER            = footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 
diff --git a/apidoc/footer.html b/apidoc/footer.html
new file mode 100644 (file)
index 0000000..b605728
--- /dev/null
@@ -0,0 +1,2 @@
+  </body>
+</html>
diff --git a/apidoc/header.html b/apidoc/header.html
new file mode 100644 (file)
index 0000000..48d101e
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>$title</title>
+    <link href="doxygen.css" rel="stylesheet" type="text/css">
+    <link href="tabs.css"    rel="stylesheet" type="text/css">
+  </head>
+  <body>