Minor doc fix

This commit is contained in:
Davis Frank & Rajan Agaskar
2009-10-27 13:33:22 -07:00
parent a0cac54492
commit fa2d36c5dc
18 changed files with 2346 additions and 2181 deletions
+66 -5
View File
@@ -339,7 +339,8 @@ ul.inheritsList
<td class="nameDescription">
<div class="fixedFont">jasmine.<b><a href="../symbols/jasmine.html#.include">include</a></b>(url, opt_global)
</div>
<div class="description">Adds suite files to an HTML document so that they are executed, thus adding them to the current
<div class="description">Adds suite files to an HTML document so that they are executed, thus adding them to the current
Jasmine environment.</div>
</td>
</tr>
@@ -352,6 +353,15 @@ ul.inheritsList
</td>
</tr>
<tr>
<td class="attributes">&lt;static&gt; &nbsp;</td>
<td class="nameDescription">
<div class="fixedFont">jasmine.<b><a href="../symbols/jasmine.html#.Matchers">Matchers</a></b>(env,, actual, results)
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes">&lt;static&gt; &nbsp;</td>
<td class="nameDescription">
@@ -460,7 +470,8 @@ ul.inheritsList
<pre class="code">// don't care about which function is passed in, as long as it's a function
expect(mySpy).wasCalledWith(jasmine.any(Function));</pre>
@@ -500,7 +511,8 @@ ul.inheritsList
</div>
<div class="description">
</div>
Creates a more complicated spy: an Object that has every property a function that is a spy. Used for stubbing something
large in one call.
</div>
@@ -567,7 +579,8 @@ ul.inheritsList
</div>
<div class="description">
Adds suite files to an HTML document so that they are executed, thus adding them to the current
Jasmine environment.
</div>
@@ -642,6 +655,54 @@ ul.inheritsList
<hr />
<a name=".Matchers"> </a>
<div class="fixedFont">&lt;static&gt;
<span class="light">jasmine.</span><b>Matchers</b>(env,, actual, results)
</div>
<div class="description">
</div>
<dl class="detailList">
<dt class="heading">Parameters:</dt>
<dt>
<b>env,</b>
</dt>
<dd>actual, results</dd>
<dt>
<b>actual</b>
</dt>
<dd></dd>
<dt>
<b>results</b>
</dt>
<dd></dd>
</dl>
<hr />
<a name=".pp"> </a>
@@ -724,7 +785,7 @@ ul.inheritsList
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Tue Oct 27 2009 13:32:51 GMT-0700 (PDT)
</div>
</body>
</html>