Skip to content

Commit

Permalink
Bringing docs up to date with the source.
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageGuy committed Jul 15, 2024
1 parent b5ef0fc commit 023b303
Show file tree
Hide file tree
Showing 64 changed files with 855 additions and 975 deletions.
13 changes: 1 addition & 12 deletions SafePtr_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,7 @@

<p>Header file for the <a class="el" href="classSafePtr.html" title="A safe pointer template class.">SafePtr</a> template class.
<a href="#details">More...</a></p>
<div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="SafePtr_8h__dep__incl.png" border="0" usemap="#aSafePtr_8hdep" alt=""/></div>
<map name="aSafePtr_8hdep" id="aSafePtr_8hdep">
<area shape="rect" title="Header file for the SafePtr template class." alt="" coords="57,5,133,32"/>
<area shape="rect" href="SimpleList_8h.html" title=" " alt="" coords="5,80,100,107"/>
<area shape="rect" href="TaskSched_8h.html" title=" " alt="" coords="46,155,145,181"/>
<area shape="rect" href="TaskSched_8cpp.html" title=" " alt="" coords="39,229,151,256"/>
</map>
</div>
</div>

<p><a href="SafePtr_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Expand Down
12 changes: 1 addition & 11 deletions SimpleList_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,7 @@
<div class="title">SimpleList.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="SafePtr_8h_source.html">SafePtr.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for SimpleList.h:</div>
<div class="dyncontent">
<div class="center"><img src="SimpleList_8h__incl.png" border="0" usemap="#aSimpleList_8h" alt=""/></div>
<map name="aSimpleList_8h" id="aSimpleList_8h">
<area shape="rect" title=" " alt="" coords="5,5,100,32"/>
<area shape="rect" href="SafePtr_8h.html" title="Header file for the SafePtr template class." alt="" coords="15,80,91,107"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
<div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="SimpleList_8h__dep__incl.png" border="0" usemap="#aSimpleList_8hdep" alt=""/></div>
Expand Down
258 changes: 128 additions & 130 deletions SimpleList_8h_source.html

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions TaskSched_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@
<div class="dyncontent">
<div class="center"><img src="TaskSched_8cpp__incl.png" border="0" usemap="#aTaskSched_8cpp" alt=""/></div>
<map name="aTaskSched_8cpp" id="aTaskSched_8cpp">
<area shape="rect" title=" " alt="" coords="99,5,211,32"/>
<area shape="rect" href="TaskSched_8h.html" title=" " alt="" coords="105,80,204,107"/>
<area shape="rect" title=" " alt="" coords="43,5,155,32"/>
<area shape="rect" href="TaskSched_8h.html" title=" " alt="" coords="49,80,148,107"/>
<area shape="rect" title=" " alt="" coords="5,155,83,181"/>
<area shape="rect" href="SimpleList_8h.html" title=" " alt="" coords="107,155,202,181"/>
<area shape="rect" href="SafePtr_8h.html" title="Header file for the SafePtr template class." alt="" coords="159,229,235,256"/>
</map>
</div>
</div>
Expand All @@ -101,7 +100,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a524f89e001952945c79983b1
</table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="TaskSched_8cpp_source.html#l00320">320</a> of file <a class="el" href="TaskSched_8cpp_source.html">TaskSched.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="TaskSched_8cpp_source.html#l00327">327</a> of file <a class="el" href="TaskSched_8cpp_source.html">TaskSched.cpp</a>.</p>

</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions TaskSched_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<map id="TaskSched.cpp" name="TaskSched.cpp">
<area shape="rect" id="node1" title=" " alt="" coords="99,5,211,32"/>
<area shape="rect" id="node2" href="$TaskSched_8h.html" title=" " alt="" coords="105,80,204,107"/>
<area shape="rect" id="node1" title=" " alt="" coords="43,5,155,32"/>
<area shape="rect" id="node2" href="$TaskSched_8h.html" title=" " alt="" coords="49,80,148,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="5,155,83,181"/>
<area shape="rect" id="node4" href="$SimpleList_8h.html" title=" " alt="" coords="107,155,202,181"/>
<area shape="rect" id="node5" href="$SafePtr_8h.html" title="Header file for the SafePtr template class." alt="" coords="159,229,235,256"/>
</map>
2 changes: 1 addition & 1 deletion TaskSched_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c284e11518d524e87c9bf2657237c90e
f53c4cf18cc08785546715f5123916a6
Binary file modified TaskSched_8cpp__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
264 changes: 132 additions & 132 deletions TaskSched_8cpp_source.html

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions TaskSched_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,14 @@
<div class="contents">
<div class="textblock"><code>#include &quot;Arduino.h&quot;</code><br />
<code>#include &lt;<a class="el" href="SimpleList_8h_source.html">SimpleList.h</a>&gt;</code><br />
<code>#include &lt;<a class="el" href="SafePtr_8h_source.html">SafePtr.h</a>&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for TaskSched.h:</div>
<div class="dyncontent">
<div class="center"><img src="TaskSched_8h__incl.png" border="0" usemap="#aTaskSched_8h" alt=""/></div>
<map name="aTaskSched_8h" id="aTaskSched_8h">
<area shape="rect" title=" " alt="" coords="105,5,204,32"/>
<area shape="rect" title=" " alt="" coords="49,5,148,32"/>
<area shape="rect" title=" " alt="" coords="5,80,83,107"/>
<area shape="rect" href="SimpleList_8h.html" title=" " alt="" coords="107,80,202,107"/>
<area shape="rect" href="SafePtr_8h.html" title="Header file for the SafePtr template class." alt="" coords="159,155,235,181"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
Expand Down Expand Up @@ -165,7 +163,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af001bc1956cf8a883ac2ecb1
</table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="TaskSched_8h_source.html#l00044">44</a> of file <a class="el" href="TaskSched_8h_source.html">TaskSched.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="TaskSched_8h_source.html#l00043">43</a> of file <a class="el" href="TaskSched_8h_source.html">TaskSched.h</a>.</p>

</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions TaskSched_8h__incl.map
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<map id="TaskSched.h" name="TaskSched.h">
<area shape="rect" id="node1" title=" " alt="" coords="105,5,204,32"/>
<area shape="rect" id="node1" title=" " alt="" coords="49,5,148,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,83,107"/>
<area shape="rect" id="node3" href="$SimpleList_8h.html" title=" " alt="" coords="107,80,202,107"/>
<area shape="rect" id="node4" href="$SafePtr_8h.html" title="Header file for the SafePtr template class." alt="" coords="159,155,235,181"/>
</map>
2 changes: 1 addition & 1 deletion TaskSched_8h__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d806591b32f291f5bf5f8ffc4b881850
0c434d1c40b7af4fa218fb11047c2df8
Binary file modified TaskSched_8h__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 023b303

Please sign in to comment.