mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 04:09:49 +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>
|
||||
@@ -47,6 +53,22 @@ $(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('globals_f.html',''); initResizable(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -68,20 +90,35 @@ $(function() {
|
||||
<li>FLAG_MASK
|
||||
: <a class="el" href="item_cmd_8h.html#a890221cb651a3f30f6d1bca0d9b0e13d">itemCmd.h</a>
|
||||
</li>
|
||||
<li>flashpwd
|
||||
: <a class="el" href="systemconfigdata_8h.html#abde7f87d924c4c8d14c7a7aa8901de2b">systemconfigdata.h</a>
|
||||
</li>
|
||||
<li>flashstr
|
||||
: <a class="el" href="systemconfigdata_8h.html#a04251d83183255f204d1ff002c721929">systemconfigdata.h</a>
|
||||
</li>
|
||||
<li>FM_OVERHEAT_CELSIUS
|
||||
: <a class="el" href="options_8h.html#a9532a64e88b10a5317afd57397f99d3c">options.h</a>
|
||||
</li>
|
||||
<li>fmPar
|
||||
: <a class="el" href="options_8h.html#ab3adab6384decdb29117063df1a48ca7">options.h</a>
|
||||
</li>
|
||||
<li>FN_CONFIG_BIN
|
||||
: <a class="el" href="flashstream_8h.html#a0dbfe00967f6fb86e74d9612856c9356">flashstream.h</a>
|
||||
</li>
|
||||
<li>FN_CONFIG_JSON
|
||||
: <a class="el" href="flashstream_8h.html#a965862fca7576df9faf9bfda8a4d936b">flashstream.h</a>
|
||||
</li>
|
||||
<li>freeRam()
|
||||
: <a class="el" href="utils_8h.html#a3c97971726a07a7d14fb701f4a4638f0">utils.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="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