kopia lustrzana https://github.com/Hamlib/Hamlib
doxygen formatting
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2140 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.6rc1
rodzic
587703d4c0
commit
59afa7d404
|
@ -0,0 +1,7 @@
|
||||||
|
<!-- Footer for Doxygen HTML files -->
|
||||||
|
<hr>
|
||||||
|
<p><i>$projectname for version $projectnumber -- $datetime<br />
|
||||||
|
Project page: <a href="http://hamlib.org">http://hamlib.org</a></i>
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -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_NAME = "Hamlib - the C library reference"
|
||||||
PROJECT_NUMBER = @VERSION@
|
PROJECT_NUMBER = @VERSION@
|
||||||
|
@ -38,6 +38,7 @@ EXAMPLE_PATH = @top_srcdir@/tests/testrig.c
|
||||||
QUIET = YES
|
QUIET = YES
|
||||||
|
|
||||||
HTML_STYLESHEET = @top_srcdir@/doc/hamlib.css
|
HTML_STYLESHEET = @top_srcdir@/doc/hamlib.css
|
||||||
|
HTML_FOOTER = @top_srcdir@/doc/footer.html
|
||||||
|
|
||||||
EXTRACT_ALL = NO
|
EXTRACT_ALL = NO
|
||||||
EXTRACT_STATIC = NO
|
EXTRACT_STATIC = NO
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
|
BODY { font-size: 0.80em; width: 700px; }
|
||||||
H1 { text-align: center; }
|
H1 { text-align: center; }
|
||||||
A.qindex {}
|
A.qindex {}
|
||||||
A.qindexRef {}
|
A.qindexRef {}
|
||||||
A.el { text-decoration: none; font-weight: bold; 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-weight: bold; font-family: courier,helvetica,serif }
|
A.elRef { font-size: 0.80em; font-weight: bold; font-family: courier,helvetica,serif }
|
||||||
A.code { text-decoration: none; font-weight: normal; color: #4444ee; 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-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; }
|
A:hover { text-decoration: none; background-color: #f0f0fd; }
|
||||||
DL.el { margin-left: -1cm }
|
DL.el { margin-left: -1cm }
|
||||||
DIV.fragment { width: 100%; border: none; background-color: #eeeeee; font-family: courier,halvetica,serif }
|
DIV.fragment { width: 100%; border: none; background-color: #eeeeee; font-family: courier,helvetica,serif }
|
||||||
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px; font-family: courier,halvetica,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 { background-color: #f2f2ff; font-weight: bold; font-family: courier,halvetica,serif }
|
TD.md { font-size: 0.80em; background-color: #f2f2ff; font-weight: bold; font-family: courier,helvetica,serif }
|
||||||
TD.mdname { background-color: #f2f2ff; font-weight: bold; font-style: italic; font-family: courier,halvetica,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,halvetica,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: smaller; font-family: courier,halvetica,serif }
|
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 0.80em; font-family: courier,helvetica,serif }
|
||||||
FONT.keyword { color: #008000 }
|
FONT.keyword { color: #008000 }
|
||||||
FONT.keywordtype { color: #604020 }
|
FONT.keywordtype { color: #604020 }
|
||||||
FONT.keywordflow { color: #e08000 }
|
FONT.keywordflow { color: #e08000 }
|
||||||
|
@ -20,3 +21,5 @@ FONT.comment { color: #800000 }
|
||||||
FONT.preprocessor { color: #806020 }
|
FONT.preprocessor { color: #806020 }
|
||||||
FONT.stringliteral { color: #002080 }
|
FONT.stringliteral { color: #002080 }
|
||||||
FONT.charliteral { color: #008080 }
|
FONT.charliteral { color: #008080 }
|
||||||
|
TD.INDEXVALUE { font-size: 0.80em; }
|
||||||
|
TD { font-size: 0.80em; }
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/*! \page Index Preamble and License
|
/*! \page Index Preamble and License
|
||||||
|
|
||||||
\author Stephane Fillod
|
\author Stephane Fillod
|
||||||
\author Frank Singleton
|
\author Frank Singleton
|
||||||
|
|
||||||
<H2>Preface</H2>
|
<H2>Preface</H2>
|
||||||
|
|
||||||
<P>This document describes the \e Hamlib library API for 1.2.x.</P>
|
<P>This document describes the \e Hamlib library API for 1.2.x.</P>
|
||||||
|
|
||||||
<P>Each function of the API occuring in rig.c at the time of release
|
<P>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.</P>
|
||||||
|
|
||||||
<H2>Internet links</H2>
|
<H2>Internet links</H2>
|
||||||
<UL>
|
<UL>
|
||||||
<LI><A HREF="http://hamlib.org">Hamlib.org</A> web site, including list of supported rigs.
|
<LI>http://hamlib.org - project web site, including list of supported rigs.
|
||||||
<LI><A HREF="http://sourceforge.net/projects/hamlib">Hamlib sourceforge.net</A> project info.
|
<LI>http://hamlib.sourceforge.net -- project info.
|
||||||
</UL>
|
</UL>
|
||||||
|
<p>Edited by Martin Ewing, AA6E</p>
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue