diff --git a/doc/footer.html b/doc/footer.html new file mode 100644 index 000000000..1125c3a48 --- /dev/null +++ b/doc/footer.html @@ -0,0 +1,7 @@ + +
+

$projectname for version $projectnumber -- $datetime
+Project page: http://hamlib.org
+

+ + diff --git a/doc/hamlib.cfg.in b/doc/hamlib.cfg.in index d5fd77270..792daf668 100644 --- a/doc/hamlib.cfg.in +++ b/doc/hamlib.cfg.in @@ -1,4 +1,4 @@ -## $Id: hamlib.cfg.in,v 1.1 2004-08-09 20:52:53 fillods Exp $ +## $Id: hamlib.cfg.in,v 1.2 2006-10-12 19:19:47 aa6e Exp $ PROJECT_NAME = "Hamlib - the C library reference" PROJECT_NUMBER = @VERSION@ @@ -38,6 +38,7 @@ EXAMPLE_PATH = @top_srcdir@/tests/testrig.c QUIET = YES HTML_STYLESHEET = @top_srcdir@/doc/hamlib.css +HTML_FOOTER = @top_srcdir@/doc/footer.html EXTRACT_ALL = NO EXTRACT_STATIC = NO diff --git a/doc/hamlib.css b/doc/hamlib.css index ed93bd3d7..ea9967d4e 100644 --- a/doc/hamlib.css +++ b/doc/hamlib.css @@ -1,18 +1,19 @@ +BODY { font-size: 0.80em; width: 700px; } H1 { text-align: center; } A.qindex {} A.qindexRef {} -A.el { text-decoration: none; font-weight: bold; font-family: courier,,helvetica,serif } -A.elRef { font-weight: bold; font-family: courier,helvetica,serif } -A.code { text-decoration: none; font-weight: normal; color: #4444ee; font-family: courier,helvetica,serif } -A.codeRef { font-weight: normal; color: #4444ee; font-family: courier,helvetica,serif } +A.el { font-size: 0.80em; text-decoration: none; font-weight: bold; font-family: courier,,helvetica,serif } +A.elRef { font-size: 0.80em; font-weight: bold; font-family: courier,helvetica,serif } +A.code { font-size: 0.80em; text-decoration: none; font-weight: normal; color: #4444ee; font-family: courier,helvetica,serif } +A.codeRef { font-size: 0.80em;font-weight: normal; color: #4444ee; font-family: courier,helvetica,serif } A:hover { text-decoration: none; background-color: #f0f0fd; } DL.el { margin-left: -1cm } -DIV.fragment { width: 100%; border: none; background-color: #eeeeee; font-family: courier,halvetica,serif } -DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px; font-family: courier,halvetica,serif } -TD.md { background-color: #f2f2ff; font-weight: bold; font-family: courier,halvetica,serif } -TD.mdname { background-color: #f2f2ff; font-weight: bold; font-style: italic; font-family: courier,halvetica,serif } -DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold; font-family: courier,halvetica,serif } -DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller; font-family: courier,halvetica,serif } +DIV.fragment { width: 100%; border: none; background-color: #eeeeee; font-family: courier,helvetica,serif } +DIV.ah { font-size: 0.80em; background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px; font-family: courier,helvetica,serif } +TD.md { font-size: 0.80em; background-color: #f2f2ff; font-weight: bold; font-family: courier,helvetica,serif } +TD.mdname { font-size: 0.80em; background-color: #f2f2ff; font-weight: bold; font-style: italic; font-family: courier,helvetica,serif } +DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold; font-family: courier,helvetica,serif } +DIV.groupText { margin-left: 16px; font-style: italic; font-size: 0.80em; font-family: courier,helvetica,serif } FONT.keyword { color: #008000 } FONT.keywordtype { color: #604020 } FONT.keywordflow { color: #e08000 } @@ -20,3 +21,5 @@ FONT.comment { color: #800000 } FONT.preprocessor { color: #806020 } FONT.stringliteral { color: #002080 } FONT.charliteral { color: #008080 } +TD.INDEXVALUE { font-size: 0.80em; } +TD { font-size: 0.80em; } diff --git a/doc/index.doxygen b/doc/index.doxygen index 398272e8b..71d296d52 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -1,9 +1,10 @@ /*! \page Index Preamble and License -\author Stephane Fillod +\author Stephane Fillod \author Frank Singleton

Preface

+

This document describes the \e Hamlib library API for 1.2.x.

Each function of the API occuring in rig.c at the time of release @@ -29,8 +30,8 @@ of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Internet links

- +

Edited by Martin Ewing, AA6E

*/