Generate docs from source files, not lib.
This commit is contained in:
@@ -391,7 +391,7 @@ ul.inheritsList
|
||||
Used for restoring any state that is hijacked during spec execution.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -432,7 +432,7 @@ Used for restoring any state that is hijacked during spec execution.
|
||||
Used for spec setup, including validating assumptions.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -475,7 +475,7 @@ are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be
|
||||
of setup in some tests.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -529,7 +529,7 @@ It is passed an Object that is the actual value and should chain to one of the m
|
||||
jasmine.Matchers functions.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -570,7 +570,7 @@ jasmine.Matchers functions.
|
||||
// TODO: pending tests
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -621,7 +621,7 @@ jasmine.Matchers functions.
|
||||
Defines part of a jasmine spec. Used in cominbination with waits or waitsFor in asynchrnous specs.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -660,7 +660,7 @@ jasmine.Matchers functions.
|
||||
Function that installs a spy on an existing object's method name. Used within a Spec to create a spy.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -727,7 +727,7 @@ spyOn(foo, 'not'); // actual foo.not will not be called, execution stops</pre>
|
||||
Waits for a timeout before moving to the next runs()-defined block.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -766,7 +766,7 @@ spyOn(foo, 'not'); // actual foo.not will not be called, execution stops</pre>
|
||||
Waits for the latchFunction to return true before proceeding to the next runs()-defined block.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -817,7 +817,7 @@ spyOn(foo, 'not'); // actual foo.not will not be called, execution stops</pre>
|
||||
Disables a suite of specifications. Used to disable some suites in a file, or files, temporarily during development.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -864,7 +864,7 @@ spyOn(foo, 'not'); // actual foo.not will not be called, execution stops</pre>
|
||||
A convenience method that allows existing specs to be disabled temporarily during development.
|
||||
|
||||
<br />
|
||||
<i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
|
||||
<i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
|
||||
|
||||
|
||||
</div>
|
||||
@@ -910,7 +910,7 @@ A convenience method that allows existing specs to be disabled temporarily durin
|
||||
<!-- ============================== 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 Sat Oct 31 2009 21:44:38 GMT-0700 (PDT)
|
||||
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Tue Nov 10 2009 14:27:06 GMT-0500 (EST)
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user