Skip to content

Commit e431ff2

Browse files
committed
docs: Regenerate doxygen docs for 1.1.1
1 parent 36c79c4 commit e431ff2

File tree

742 files changed

+57164
-14233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

742 files changed

+57164
-14233
lines changed

docs/html/AceTime_8h_source.html

Lines changed: 65 additions & 8 deletions
Large diffs are not rendered by default.

docs/html/BasicZoneProcessor_8cpp_source.html

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.8.13"/>
6+
<meta name="generator" content="Doxygen 1.8.17"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>AceTime: /home/brian/dev/AceTime/src/ace_time/BasicZoneProcessor.cpp Source File</title>
8+
<title>AceTime: /home/brian/src/AceTime/src/ace_time/BasicZoneProcessor.cpp Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.1</span>
25+
&#160;<span id="projectnumber">1.1.1</span>
2626
</div>
2727
<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>
2828
</td>
@@ -31,18 +31,21 @@
3131
</table>
3232
</div>
3333
<!-- end header part -->
34-
<!-- Generated by Doxygen 1.8.13 -->
34+
<!-- Generated by Doxygen 1.8.17 -->
3535
<script type="text/javascript">
36+
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
3637
var searchBox = new SearchBox("searchBox", "search",false,'Search');
38+
/* @license-end */
3739
</script>
3840
<script type="text/javascript" src="menudata.js"></script>
3941
<script type="text/javascript" src="menu.js"></script>
4042
<script type="text/javascript">
43+
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
4144
$(function() {
4245
initMenu('',true,false,'search.php','Search');
4346
$(document).ready(function() { init_search(); });
4447
});
45-
</script>
48+
/* @license-end */</script>
4649
<div id="main-nav"></div>
4750
<!-- window showing the filter options -->
4851
<div id="MSearchSelectWindow"
@@ -68,16 +71,36 @@
6871
<div class="title">BasicZoneProcessor.cpp</div> </div>
6972
</div><!--header-->
7073
<div class="contents">
71-
<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>
72-
<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>
73-
<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>
74-
<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>
74+
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
75+
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * MIT License</span></div>
76+
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright (c) 2019 Brian T. Park</span></div>
77+
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> */</span></div>
78+
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div>
79+
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;Print.h&gt;</span></div>
80+
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;BasicZone.h&quot;</span></div>
81+
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;BasicZoneProcessor.h&quot;</span></div>
82+
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
83+
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span>ace_time {</div>
84+
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; </div>
85+
<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>
86+
<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>
87+
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;}</div>
88+
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; </div>
89+
<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>
90+
<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>
91+
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;}</div>
92+
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
93+
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;}</div>
94+
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
7595
</div><!-- fragment --></div><!-- contents -->
96+
<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>
97+
<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>
98+
<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>
7699
<!-- start footer part -->
77100
<hr class="footer"/><address class="footer"><small>
78101
Generated by &#160;<a href="http://www.doxygen.org/index.html">
79102
<img class="footer" src="doxygen.png" alt="doxygen"/>
80-
</a> 1.8.13
103+
</a> 1.8.17
81104
</small></address>
82105
</body>
83106
</html>

docs/html/BasicZoneProcessor_8h_source.html

Lines changed: 783 additions & 62 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)