Skip to content

Commit

Permalink
docs: Regenerate doxygen docs for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Oct 18, 2020
1 parent 36c79c4 commit e431ff2
Show file tree
Hide file tree
Showing 742 changed files with 57,164 additions and 14,233 deletions.
73 changes: 65 additions & 8 deletions docs/html/AceTime_8h_source.html

Large diffs are not rendered by default.

45 changes: 34 additions & 11 deletions docs/html/BasicZoneProcessor_8cpp_source.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>AceTime: /home/brian/dev/AceTime/src/ace_time/BasicZoneProcessor.cpp Source File</title>
<title>AceTime: /home/brian/src/AceTime/src/ace_time/BasicZoneProcessor.cpp Source File</title>
<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>
Expand All @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTime
&#160;<span id="projectnumber">1.1</span>
&#160;<span id="projectnumber">1.1.1</span>
</div>
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
</td>
Expand All @@ -31,18 +31,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
Expand All @@ -68,16 +71,36 @@
<div class="title">BasicZoneProcessor.cpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * MIT License</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright (c) 2019 Brian T. Park</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;Print.h&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;BasicZone.h&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;BasicZoneProcessor.h&quot;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceace__time.html">ace_time</a> {</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8"> 12</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">BasicZoneProcessor::printTo</a>(Print&amp; printer)<span class="keyword"> const </span>{</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).name());</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;}</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59"> 16</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">BasicZoneProcessor::printShortTo</a>(Print&amp; printer)<span class="keyword"> const </span>{</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).shortName());</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;}</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;}</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="ttc" id="classace__time_1_1BasicZoneProcessor_html_a2ffd1466b94ce686664c75c8aeea95c8"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">ace_time::BasicZoneProcessor::printTo</a></div><div class="ttdeci">void printTo(Print &amp;printer) const override</div><div class="ttdoc">Print a human-readable identifier (e.g. </div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00012">BasicZoneProcessor.cpp:12</a></div></div>
<div class="ttc" id="namespaceace__time_html"><div class="ttname"><a href="namespaceace__time.html">ace_time</a></div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00015">BasicZone.h:15</a></div></div>
<div class="ttc" id="classace__time_1_1BasicZone_html"><div class="ttname"><a href="classace__time_1_1BasicZone.html">ace_time::BasicZone</a></div><div class="ttdoc">A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...</div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00022">BasicZone.h:22</a></div></div>
<div class="ttc" id="classace__time_1_1BasicZoneProcessor_html_a4176537e82ef07950101c0d83b3a7f59"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">ace_time::BasicZoneProcessor::printShortTo</a></div><div class="ttdeci">void printShortTo(Print &amp;printer) const override</div><div class="ttdoc">Print a short human-readable identifier (e.g. </div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00016">BasicZoneProcessor.cpp:16</a></div></div>
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * MIT License</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright (c) 2019 Brian T. Park</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;Print.h&gt;</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;BasicZone.h&quot;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;BasicZoneProcessor.h&quot;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span>ace_time {</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; </div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8"> 12</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">BasicZoneProcessor::printTo</a>(Print&amp; printer)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).name());</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;}</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; </div>
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59"> 16</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">BasicZoneProcessor::printShortTo</a>(Print&amp; printer)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).shortName());</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;}</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;}</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassace__time_1_1BasicZone_html"><div class="ttname"><a href="classace__time_1_1BasicZone.html">ace_time::BasicZone</a></div><div class="ttdoc">A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...</div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00022">BasicZone.h:22</a></div></div>
<div class="ttc" id="aclassace__time_1_1BasicZoneProcessor_html_a2ffd1466b94ce686664c75c8aeea95c8"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">ace_time::BasicZoneProcessor::printTo</a></div><div class="ttdeci">void printTo(Print &amp;printer) const override</div><div class="ttdoc">Print a human-readable identifier (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00012">BasicZoneProcessor.cpp:12</a></div></div>
<div class="ttc" id="aclassace__time_1_1BasicZoneProcessor_html_a4176537e82ef07950101c0d83b3a7f59"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">ace_time::BasicZoneProcessor::printShortTo</a></div><div class="ttdeci">void printShortTo(Print &amp;printer) const override</div><div class="ttdoc">Print a short human-readable identifier (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00016">BasicZoneProcessor.cpp:16</a></div></div>
<!-- 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.png" alt="doxygen"/>
</a> 1.8.13
</a> 1.8.17
</small></address>
</body>
</html>
845 changes: 783 additions & 62 deletions docs/html/BasicZoneProcessor_8h_source.html

Large diffs are not rendered by default.

Loading

0 comments on commit e431ff2

Please sign in to comment.