mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19: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_g.html',''); initResizable(); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -65,13 +87,9 @@ $(function() {
|
||||
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div>
|
||||
|
||||
<h3><a id="index_g"></a>- g -</h3><ul>
|
||||
<li>getBright()
|
||||
: <a class="el" href="bright_8cpp.html#a773d31bb10e0abdf91e078da4326b7b0">bright.cpp</a>
|
||||
, <a class="el" href="bright_8h.html#a773d31bb10e0abdf91e078da4326b7b0">bright.h</a>
|
||||
</li>
|
||||
<li>getBright255()
|
||||
: <a class="el" href="bright_8h.html#a1707bc1c6aa92f67ef5a4456cbbec0c3">bright.h</a>
|
||||
, <a class="el" href="bright_8cpp.html#a1707bc1c6aa92f67ef5a4456cbbec0c3">bright.cpp</a>
|
||||
: <a class="el" href="bright_8cpp.html#af368f01aa3a372ff701bcc6a69308c7e">bright.cpp</a>
|
||||
, <a class="el" href="bright_8h.html#af368f01aa3a372ff701bcc6a69308c7e">bright.h</a>
|
||||
</li>
|
||||
<li>getCRC()
|
||||
: <a class="el" href="out__ac_8cpp.html#afe1602b340d5fab3a7047498810fed25">out_ac.cpp</a>
|
||||
@@ -80,14 +98,24 @@ $(function() {
|
||||
: <a class="el" href="utils_8cpp.html#a6037cfc7913c0856e93dbf8fc2133aac">utils.cpp</a>
|
||||
, <a class="el" href="utils_8h.html#a6037cfc7913c0856e93dbf8fc2133aac">utils.h</a>
|
||||
</li>
|
||||
<li>getNumber()
|
||||
: <a class="el" href="utils_8h.html#af97ce3611cbf9e3f12566a1d2a6c965b">utils.h</a>
|
||||
, <a class="el" href="utils_8cpp.html#af97ce3611cbf9e3f12566a1d2a6c965b">utils.cpp</a>
|
||||
</li>
|
||||
<li>getPinVal()
|
||||
: <a class="el" href="out__relay_8cpp.html#acd5af14dd5e8500c2e8a72342e109d76">out_relay.cpp</a>
|
||||
</li>
|
||||
<li>getStringFromConfig()
|
||||
: <a class="el" href="main_8cpp.html#a7d5e0e0612ab235c45bea4406faa5f76">main.cpp</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