Skip to content

Commit

Permalink
Build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Jul 30, 2015
1 parent 95f0202 commit dc5c56a
Show file tree
Hide file tree
Showing 29 changed files with 532 additions and 532 deletions.
2 changes: 1 addition & 1 deletion docs/args/partials/help.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

YUI Doc generates API documentation from a modified JavaDoc syntax.

Current version (0.8.0)
Current version (0.8.1)

Usage: yuidoc <options> <input path>

Expand Down
2 changes: 1 addition & 1 deletion output/api/classes/CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1><img src="../assets/css/logo.png" title="yuidoc-root" width="117" height="52"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.8.0</em>
<em>API Docs for: 0.8.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down
156 changes: 78 additions & 78 deletions output/api/classes/DocBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1><img src="../assets/css/logo.png" title="yuidoc-root" width="117" height="52"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.8.0</em>
<em>API Docs for: 0.8.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down Expand Up @@ -2358,83 +2358,83 @@ <h4>Parameters:</h4>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>

<div id="property__mergeCounter" class="property item private">
<h3 class="name"><code>_mergeCounter</code></h3>
<span class="type"><a href="http://yuilibrary.com/yui/docs/api/classes/Number.html" class="crosslink external" target="_blank">Number</a></span>
<span class="flag private">private</span>
<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l1012"><code>lib&#x2F;builder.js:1012</code></a>
</p>
</div>
<div class="description">
<p>Counter for stepping into merges</p>
</div>
</div>
<div id="property__meta" class="property item private">
<h3 class="name"><code>_meta</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external external" target="_blank">Object</a></span>
<span class="flag private">private</span>
<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l403"><code>lib&#x2F;builder.js:403</code></a>
</p>
</div>
<div class="description">
<p>Holder for project meta data</p>
</div>
</div>
<div id="property_files" class="property item">
<h3 class="name"><code>files</code></h3>
<span class="type"><a href="http://yuilibrary.com/yui/docs/api/classes/Number.html" class="crosslink external" target="_blank">Number</a></span>
<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l397"><code>lib&#x2F;builder.js:397</code></a>
</p>
</div>
<div class="description">
<p>File counter</p>
</div>
</div>
<div id="property__mergeCounter" class="property item private">
<h3 class="name"><code>_mergeCounter</code></h3>
<span class="type"><a href="http://yuilibrary.com/yui/docs/api/classes/Number.html" class="crosslink external" target="_blank">Number</a></span>


<span class="flag private">private</span>



<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l1012"><code>lib&#x2F;builder.js:1012</code></a>
</p>


</div>

<div class="description">
<p>Counter for stepping into merges</p>

</div>



</div>
<div id="property__meta" class="property item private">
<h3 class="name"><code>_meta</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external external" target="_blank">Object</a></span>


<span class="flag private">private</span>



<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l403"><code>lib&#x2F;builder.js:403</code></a>
</p>


</div>

<div class="description">
<p>Holder for project meta data</p>

</div>



</div>
<div id="property_files" class="property item">
<h3 class="name"><code>files</code></h3>
<span class="type"><a href="http://yuilibrary.com/yui/docs/api/classes/Number.html" class="crosslink external" target="_blank">Number</a></span>





<div class="meta">
<p>
Defined in
<a href="../files/lib_builder.js.html#l397"><code>lib&#x2F;builder.js:397</code></a>
</p>


</div>

<div class="description">
<p>File counter</p>

</div>



</div>
</div>


Expand Down
Loading

0 comments on commit dc5c56a

Please sign in to comment.