mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Updated to doxygen 1.8.20.
This commit is contained in:
parent
e3d4bcaf7c
commit
fbdd2800fa
@ -2,8 +2,6 @@
|
||||
|
||||
# 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 ../dev/release/fix_example_docs.pl html/examples.html
|
||||
|
||||
cp menudata.js html
|
||||
|
604
docs/Doxyfile
604
docs/Doxyfile
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
}
|
||||
|
@ -1,21 +1,17 @@
|
||||
<!-- HTML footer for doxygen 1.8.7-->
|
||||
<!-- HTML footer for doxygen 1.8.20-->
|
||||
<!-- start footer part -->
|
||||
<!--BEGIN GENERATE_TREEVIEW-->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
$navpath
|
||||
<li class="footer">Copyright 2014-2020 John McNamara. $generatedby
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a></li>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
<!--END GENERATE_TREEVIEW-->
|
||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Copyright 2014-2020 John McNamara.
|
||||
$generatedby <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
|
||||
</a>
|
||||
$generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
|
||||
</small></address>
|
||||
<!--END !GENERATE_TREEVIEW-->
|
||||
</body>
|
||||
|
29
docs/menudata.js
Normal file
29
docs/menudata.js
Normal 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"}]}
|
Loading…
x
Reference in New Issue
Block a user