From 1f874801d27dc225f0e0d31417ddbeb22d2b9ca5 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 1 Dec 2006 00:17:09 +0100 Subject: [PATCH] update docs things. Signed-off-by: Pierre Habouzit --- apidoc/doxygen.cfg.in | 8 ++++---- apidoc/footer.html | 2 ++ apidoc/header.html | 9 +++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 apidoc/footer.html create mode 100644 apidoc/header.html diff --git a/apidoc/doxygen.cfg.in b/apidoc/doxygen.cfg.in index 3740b6b..dcdc632 100644 --- a/apidoc/doxygen.cfg.in +++ b/apidoc/doxygen.cfg.in @@ -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 index 0000000..b605728 --- /dev/null +++ b/apidoc/footer.html @@ -0,0 +1,2 @@ + + diff --git a/apidoc/header.html b/apidoc/header.html new file mode 100644 index 0000000..48d101e --- /dev/null +++ b/apidoc/header.html @@ -0,0 +1,9 @@ + + + + + $title + + + + -- 2.20.1