Updated to doxygen 1.8.20.

This commit is contained in:
John McNamara 2020-09-06 02:19:13 +01:00
parent e3d4bcaf7c
commit fbdd2800fa
5 changed files with 490 additions and 255 deletions

View File

@ -2,8 +2,6 @@
# Perform some minor clean-ups/fixes to the docs. # Perform some minor clean-ups/fixes to the docs.
perl -i -pe "s/Related Pages/Contents/" html/*.html
perl -i -pe "s/Related Pages/Contents/" html/*.html
perl -i -pe "s/_page/_8h/" html/pages.html perl -i -pe "s/_page/_8h/" html/pages.html
perl -i ../dev/release/fix_example_docs.pl html/examples.html perl -i ../dev/release/fix_example_docs.pl html/examples.html
cp menudata.js html

File diff suppressed because it is too large Load Diff

View File

@ -1480,3 +1480,23 @@ tr.heading h2 {
} }
} }
.sm-dox a, .sm-dox a:focus, .sm-dox a:hover, .sm-dox a:active {
padding: 0 12px;
padding-right: 43px;
font-family: "Lucida Grande", "Geneva", "Helvetica", Arial, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 36px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
color: #808C53;
outline:0
}
.sm-dox a:hover {
background-image: url("tab_a.png");
background-repeat: repeat-x;
color: white;
text-shadow:0 1px 1px black
}

View File

@ -1,21 +1,17 @@
<!-- HTML footer for doxygen 1.8.7--> <!-- HTML footer for doxygen 1.8.20-->
<!-- start footer part --> <!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW--> <!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
$navpath $navpath
<li class="footer">Copyright 2014-2020 John McNamara. $generatedby <li class="footer">Copyright 2014-2020 John McNamara. $generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a></li>
</ul> </ul>
</div> </div>
<!--END GENERATE_TREEVIEW--> <!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>
Copyright 2014-2020 John McNamara. Copyright 2014-2020 John McNamara.
$generatedby <a href="http://www.doxygen.org/index.html"> $generatedby&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
</a>
</small></address> </small></address>
<!--END !GENERATE_TREEVIEW--> <!--END !GENERATE_TREEVIEW-->
</body> </body>

29
docs/menudata.js Normal file
View File

@ -0,0 +1,29 @@
/*
@licstart The following is the entire license notice for the JavaScript code in this file.
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@licend The above is the entire license notice for the JavaScript code in this file
*/
var menudata={children:[
{text:"Main Page",url:"index.html"},
{text:"Contents",url:"pages.html"},
{text:"Files",url:"files.html"},
{text:"Examples",url:"examples.html"}]}