Skip to content

Commit

Permalink
Minor documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmcnie committed Mar 8, 2012
1 parent 180b02b commit 60b769c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2><a href="symbols/src/phantom-testlib_testlib.js.html">../phantom-testlib/tes
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 11:35:58 GMT+1300 (NZDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 12:15:43 GMT+1300 (NZDT)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2><a href="symbols/Test.html">Test</a></h2>
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 11:35:58 GMT+1300 (NZDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 12:15:43 GMT+1300 (NZDT)
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions doc/symbols/Test.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ <h1 class="classTitle">
<pre>phantom.injectJs('testlib.js');
var t = new Test('https://github.com');
t.open('/');
t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');</pre>
t.done();
t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');
t.done();</pre>

</div>

Expand Down Expand Up @@ -956,7 +956,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 11:35:58 GMT+1300 (NZDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 12:15:43 GMT+1300 (NZDT)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/_global_.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 11:35:58 GMT+1300 (NZDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Fri Mar 09 2012 12:15:43 GMT+1300 (NZDT)
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/symbols/src/phantom-testlib_testlib.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<span class='line'> 38</span> * &lt;pre>phantom.injectJs('testlib.js');
<span class='line'> 39</span> * var t = new Test('https://github.com');
<span class='line'> 40</span> * t.open('/');
<span class='line'> 41</span> * t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');&lt;/pre>
<span class='line'> 42</span> * t.done();
<span class='line'> 41</span> * t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');
<span class='line'> 42</span> * t.done();&lt;/pre>
<span class='line'> 43</span> *
<span class='line'> 44</span> * @param {String} base_url The base URL that all {@link #open} calls will be relative to.
<span class='line'> 45</span> * @class
Expand Down
4 changes: 2 additions & 2 deletions testlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
* <pre>phantom.injectJs('testlib.js');
* var t = new Test('https://github.com');
* t.open('/');
* t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');</pre>
* t.done();
* t.is(t.text('title'), 'GitHub · Social Coding', 'Homepage loaded');
* t.done();</pre>
*
* @param {String} base_url The base URL that all {@link #open} calls will be relative to.
* @class
Expand Down

0 comments on commit 60b769c

Please sign in to comment.