mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 20:29: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>
|
||||
@@ -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_defs_o.html',''); initResizable(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -65,33 +87,12 @@ $(function() {
|
||||
 
|
||||
|
||||
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||
<li>OFFSET_CONFIGSERVER
|
||||
: <a class="el" href="options_8h.html#ab3dc28242a8c02f3f2e94730b5ecbfc0">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_DNS
|
||||
: <a class="el" href="options_8h.html#adbd439473b680ddc08bba5e1d980ed0f">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_GW
|
||||
: <a class="el" href="options_8h.html#ac025812b72523a2fb2cdaabaa8f589f3">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_IP
|
||||
: <a class="el" href="options_8h.html#a9bbde19ac58d0524f2ade893b617c004">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_MAC
|
||||
: <a class="el" href="options_8h.html#aaae016d9ffd26640306394acbf5ca7c9">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_MASK
|
||||
: <a class="el" href="options_8h.html#a9d6fc23740ab9f37272a3299949d3c11">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_MQTT_PWD
|
||||
: <a class="el" href="options_8h.html#abd247d3da250a7b87a77f24d0f6ca472">options.h</a>
|
||||
</li>
|
||||
<li>OFFSET_SIGNATURE
|
||||
: <a class="el" href="options_8h.html#a0d2901cf398ca7e59223684da79da151">options.h</a>
|
||||
</li>
|
||||
<li>ORDER
|
||||
: <a class="el" href="options_8h.html#a826715579f0649bd271fb6702a175dbc">options.h</a>
|
||||
</li>
|
||||
<li>OUTPUT_TRESHOLD
|
||||
: <a class="el" href="out__pid_8h.html#a26d84ab41c1b342feaf5da9746de191d">out_pid.h</a>
|
||||
</li>
|
||||
<li>OUTTOPIC
|
||||
: <a class="el" href="options_8h.html#ad41dc04ab9a3863ee0d70153e844c92a">options.h</a>
|
||||
</li>
|
||||
@@ -100,9 +101,12 @@ $(function() {
|
||||
</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