Skip to content

Commit

Permalink
Regenerated the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFedOne committed Jul 26, 2016
1 parent ea95c62 commit 7268c30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE =
USE_MDFILE_AS_MAINPAGE =

#---------------------------------------------------------------------------
# Configuration options related to source browsing
Expand Down
4 changes: 2 additions & 2 deletions doc/html/class_liquid_line.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
</div><div class="memdoc">

<p>Attaches a callback function to the line. </p>
<p>Attaches a callback function to this line. The number is used for identification. The callback function can later be called when the line is focused with <code><a class="el" href="class_liquid_menu.html#a4c1c98768f697fc50d18340f58ba95b5" title="Calls an attached function specified by the number. ">LiquidMenu::call_function(uint8_t number) const</a>;</code>.</p>
<p>Attaches a callback function to this line. The number is used for identification. The callback function can later be called when the line is focused with <code><a class="el" href="class_liquid_menu.html#a4c1c98768f697fc50d18340f58ba95b5" title="Calls an attached function specified by the number. ">LiquidMenu::call_function(uint8_t number) const</a></code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">number</td><td>- function number used for identification </td></tr>
Expand All @@ -484,7 +484,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<dd>
<a class="el" href="_liquid_menu__config_8h.html#aedd2637cf600dbab38e5164475ee8cd8" title="Configures the number of available functions per line. ">MAX_FUNCTIONS</a> </dd>
<dd>
bool <a class="el" href="class_liquid_menu.html#a4c1c98768f697fc50d18340f58ba95b5" title="Calls an attached function specified by the number. ">LiquidMenu::call_function(uint8_t number) const</a>; </dd></dl>
bool <a class="el" href="class_liquid_menu.html#a4c1c98768f697fc50d18340f58ba95b5" title="Calls an attached function specified by the number. ">LiquidMenu::call_function(uint8_t number) const</a> </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="functions_menu_8ino-example.html#a8">functions_menu.ino</a>, and <a class="el" href="system_menu_8ino-example.html#a11">system_menu.ino</a>.</dd>
</dl>
<p><div id="dynsection-4" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/class_liquid_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if there is a function at the specified number</dd></dl>
<dl class="section note"><dt>Note</dt><dd>Function numbering starts from 1.</dd></dl>
<dl class="section see"><dt>See also</dt><dd>bool <a class="el" href="class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. ">LiquidLine::attach_function</a>(uint8_t number, void (*function)(void)); </dd></dl>
<dl class="section see"><dt>See also</dt><dd>bool <a class="el" href="class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. ">LiquidLine::attach_function</a>(uint8_t number, void (*function)(void)) </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="functions_menu_8ino-example.html#a6">functions_menu.ino</a>.</dd>
</dl>
<p><div id="dynsection-6" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/class_liquid_system.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if there is a function at the specified number</dd></dl>
<dl class="section note"><dt>Note</dt><dd>Function numbering starts from 1.</dd></dl>
<dl class="section see"><dt>See also</dt><dd>bool <a class="el" href="class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. ">LiquidLine::attach_function</a>(uint8_t number, void (*function)(void)); </dd></dl>
<dl class="section see"><dt>See also</dt><dd>bool <a class="el" href="class_liquid_line.html#a0d517f28006aa523b8c8753199d0bdac" title="Attaches a callback function to the line. ">LiquidLine::attach_function</a>(uint8_t number, void (*function)(void)) </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="system_menu_8ino-example.html#a7">system_menu.ino</a>.</dd>
</dl>
<p><div id="dynsection-5" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
Expand Down

0 comments on commit 7268c30

Please sign in to comment.