mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
doxigen docs
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
@@ -23,7 +27,9 @@
|
||||
<td id="projectlogo"><img alt="Logo" src="lh.png"/></td>
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">LightHub
|
||||
 <span id="projectnumber">v4.0.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">Smarthome controller firmware</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -46,6 +52,23 @@ $(function() {
|
||||
});
|
||||
/* @license-end */</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
<div id="nav-tree-contents">
|
||||
<div id="nav-sync" class="sync"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="splitbar" style="-moz-user-select:none;"
|
||||
class="ui-resizable-handle">
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('classch_persistent.html',''); initResizable(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -60,7 +83,6 @@ $(function() {
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">chPersistent Class Reference</div> </div>
|
||||
@@ -71,19 +93,24 @@ $(function() {
|
||||
<div class="dynheader">
|
||||
Inheritance diagram for chPersistent:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classch_persistent__inherit__graph.png" border="0" usemap="#ach_persistent_inherit__map" alt="Inheritance graph"/></div>
|
||||
<map name="ch_persistent_inherit__map" id="ach_persistent_inherit__map">
|
||||
<area shape="rect" title=" " alt="" coords="7,5,102,32"/>
|
||||
<area shape="rect" href="classmb_persistent.html" title=" " alt="" coords="5,80,104,107"/>
|
||||
</map>
|
||||
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
|
||||
<div class="center">
|
||||
<img src="classch_persistent.png" usemap="#chPersistent_map" alt=""/>
|
||||
<map id="chPersistent_map" name="chPersistent_map">
|
||||
<area href="classmb_persistent.html" alt="mbPersistent" shape="rect" coords="0,56,84,80"/>
|
||||
<area href="classpid_persistent.html" alt="pidPersistent" shape="rect" coords="94,56,178,80"/>
|
||||
</map>
|
||||
</div></div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li><a class="el" href="abstractout_8h_source.html">abstractout.h</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
|
||||
</small></address>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="classch_persistent.html">chPersistent</a></li>
|
||||
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user