doxigen docs

This commit is contained in:
2022-01-06 02:01:16 +03:00
parent 6fe28695f2
commit 07046680e0
628 changed files with 37077 additions and 10502 deletions

View File

@@ -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
&#160;<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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_a.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
@@ -77,6 +99,10 @@ $(function() {
<li>ACTION_NEEDED
: <a class="el" href="item_cmd_8h.html#a2bfeb847a3993b4da4f0a5811af7b995">itemCmd.h</a>
</li>
<li>ACTIVE
: <a class="el" href="out__motor_8cpp.html#a3a6d3cd70078e6046471ec528a09cd19">out_motor.cpp</a>
, <a class="el" href="out__relay_8cpp.html#a3a6d3cd70078e6046471ec528a09cd19">out_relay.cpp</a>
</li>
<li>ADAFRUIT_LED
: <a class="el" href="options_8h.html#a26b65d67289c43289cc3758c517c55ba">options.h</a>
</li>
@@ -87,15 +113,19 @@ $(function() {
: <a class="el" href="inputs_8h.html#a7c48e9a4c306cc8cfea4e4162d0249e8">inputs.h</a>
</li>
<li>applyConfig()
: <a class="el" href="main_8cpp.html#a82529a2f0678bfb6b0808935865ba42d">main.cpp</a>
, <a class="el" href="main_8h.html#a82529a2f0678bfb6b0808935865ba42d">main.h</a>
: <a class="el" href="main_8h.html#a82529a2f0678bfb6b0808935865ba42d">main.h</a>
, <a class="el" href="main_8cpp.html#a82529a2f0678bfb6b0808935865ba42d">main.cpp</a>
</li>
<li>ARDBUFFER
: <a class="el" href="utils_8cpp.html#ab124609cb16e44db8bf5c1ac5932044f">utils.cpp</a>
</li>
<li>ArtnetSetup()
: <a class="el" href="dmx_8h.html#af7ba5611c2c7485938cbf745ed65741f">dmx.h</a>
, <a class="el" href="dmx_8cpp.html#af7ba5611c2c7485938cbf745ed65741f">dmx.cpp</a>
<li>artnetSetChans()
: <a class="el" href="dmx_8h.html#abdd33064131de0ec44f40f22ae979397">dmx.h</a>
, <a class="el" href="dmx_8cpp.html#abdd33064131de0ec44f40f22ae979397">dmx.cpp</a>
</li>
<li>artnetSetup()
: <a class="el" href="dmx_8cpp.html#a384f51a65164f2d53600a2e2d62145b5">dmx.cpp</a>
, <a class="el" href="dmx_8h.html#a384f51a65164f2d53600a2e2d62145b5">dmx.h</a>
</li>
<li>AVR_DMXOUT_PIN
: <a class="el" href="options_8h.html#abb18d4c1c4db26508cb496f6467feb54">options.h</a>
@@ -105,9 +135,12 @@ $(function() {
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<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>