Skip to content

Commit 1535c76

Browse files
committed
docs: Regenerate doxygen
1 parent 71245df commit 1535c76

File tree

298 files changed

+315
-315
lines changed

Some content is hidden

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

298 files changed

+315
-315
lines changed

docs/html/AceTime_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>
@@ -141,8 +141,8 @@
141141
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
142142
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </div>
143143
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="comment">// Version format: xxyyzz == &quot;xx.yy.zz&quot;</span></div>
144-
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION 10703</span></div>
145-
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION_STRING &quot;1.7.3&quot;</span></div>
144+
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION 10704</span></div>
145+
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION_STRING &quot;1.7.4&quot;</span></div>
146146
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
147147
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#endif</span></div>
148148
</div><!-- fragment --></div><!-- contents -->

docs/html/BasicBrokers_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BasicBrokers_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BasicBrokers_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BasicZoneProcessor_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>
@@ -517,7 +517,7 @@
517517
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160; <span class="comment">// If a zone needs more transitions than kMaxCacheEntries, the check below</span></div>
518518
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160; <span class="comment">// will cause the DST transition information to be inaccurate, and it is</span></div>
519519
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; <span class="comment">// highly likely that this situation would be caught in the</span></div>
520-
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160; <span class="comment">// &#39;tests/validation&#39; unit tests. Since these unit tests pass, I feel</span></div>
520+
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160; <span class="comment">// AceTimeValidation tests. Since these integration tests pass, I feel</span></div>
521521
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160; <span class="comment">// confident that those zones which need more than kMaxCacheEntries are</span></div>
522522
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; <span class="comment">// already filtered out by tzcompiler.py.</span></div>
523523
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; <span class="comment">//</span></div>

docs/html/BasicZone_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BasicZone_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BrokerCommon_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BrokerCommon_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

docs/html/BrokerCommon_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.3</span>
25+
&#160;<span id="projectnumber">1.7.4</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>

0 commit comments

Comments
 (0)