summaryrefslogtreecommitdiff
path: root/doc/doc/modules/luacov.runner.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc/modules/luacov.runner.html')
-rw-r--r--doc/doc/modules/luacov.runner.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/doc/modules/luacov.runner.html b/doc/doc/modules/luacov.runner.html
index 74ee7f9..5e0cfd6 100644
--- a/doc/doc/modules/luacov.runner.html
+++ b/doc/doc/modules/luacov.runner.html
@@ -41,10 +41,12 @@
<ul class="nowrap">
<li><a href="../modules/luacov.html">luacov</a></li>
<li><a href="../modules/luacov.defaults.html">luacov.defaults</a></li>
+ <li><a href="../modules/luacov.hook.html">luacov.hook</a></li>
<li><a href="../modules/luacov.reporter.html">luacov.reporter</a></li>
<li><strong>luacov.runner</strong></li>
<li><a href="../modules/luacov.stats.html">luacov.stats</a></li>
<li><a href="../modules/luacov.tick.html">luacov.tick</a></li>
+ <li><a href="../modules/luacov.util.html">luacov.util</a></li>
</ul>
</div>
@@ -216,11 +218,10 @@
<h3>Usage:</h3>
<ul>
- <pre class="example">
- <span class="keyword">local</span> <span class="keyword">function</span> custom_hook(_, line)
- runner.debug_hook(_, line, <span class="number">3</span>)
- extra_processing(line)
- <span class="keyword">end</span></pre>
+ <pre class="example"><span class="keyword">local</span> <span class="keyword">function</span> custom_hook(_, line)
+ runner.debug_hook(_, line, <span class="number">3</span>)
+ extra_processing(line)
+<span class="keyword">end</span></pre>
</ul>
</dd>
@@ -550,8 +551,8 @@
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
-<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
-<i style="float:right;">Last updated 2016-04-18 11:50:47 </i>
+<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.4</a></i>
+<i style="float:right;">Last updated 2016-06-29 18:46:30 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>