Skip to content

Commit

Permalink
update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Jul 24, 2012
1 parent ad5f45a commit aa9b896
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions files/lunatest.html
Expand Up @@ -63,7 +63,7 @@ <h1>Files</h1>
<h1>File <code>lunatest.lua</code></h1>


<p>Copyright (c) 2009 Scott Vokes <vokes.s@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. This is a library for randomized testing with Lua. For usage and examples, see README and the test suite. </p>
<p>Copyright (c) 2009-12 Scott Vokes <vokes.s@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. This is a library for randomized testing with Lua. For usage and examples, see README and the test suite. </p>



Expand All @@ -79,7 +79,7 @@ <h2>Functions</h2>
</tr>

<tr>
<td class="name" nowrap><a href="#assert_equal">assert_equal</a>&nbsp;(exp, got, msg)</td>
<td class="name" nowrap><a href="#assert_equal">assert_equal</a>&nbsp;(exp, got, tol, msg)</td>
<td class="summary">exp == got.</td>
</tr>

Expand Down Expand Up @@ -316,7 +316,7 @@ <h3>Parameters</h3>



<dt><a name="assert_equal"></a><strong>assert_equal</strong>&nbsp;(exp, got, msg)</dt>
<dt><a name="assert_equal"></a><strong>assert_equal</strong>&nbsp;(exp, got, tol, msg)</dt>
<dd>
exp == got.

Expand All @@ -332,6 +332,10 @@ <h3>Parameters</h3>
got:
</li>

<li>
tol:
</li>

<li>
msg:
</li>
Expand Down
8 changes: 6 additions & 2 deletions modules/lunatest.html
Expand Up @@ -77,7 +77,7 @@ <h2>Functions</h2>
</tr>

<tr>
<td class="name" nowrap><a href="#assert_equal">assert_equal</a>&nbsp;(exp, got, msg)</td>
<td class="name" nowrap><a href="#assert_equal">assert_equal</a>&nbsp;(exp, got, tol, msg)</td>
<td class="summary">exp == got.</td>
</tr>

Expand Down Expand Up @@ -313,7 +313,7 @@ <h3>Parameters</h3>



<dt><a name="assert_equal"></a><strong>assert_equal</strong>&nbsp;(exp, got, msg)</dt>
<dt><a name="assert_equal"></a><strong>assert_equal</strong>&nbsp;(exp, got, tol, msg)</dt>
<dd>
exp == got.

Expand All @@ -329,6 +329,10 @@ <h3>Parameters</h3>
got:
</li>

<li>
tol:
</li>

<li>
msg:
</li>
Expand Down

0 comments on commit aa9b896

Please sign in to comment.