Skip to content

Commit

Permalink
ℹ️ Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VandeurenGlenn committed Feb 25, 2017
1 parent 9b7630f commit d644e24
Show file tree
Hide file tree
Showing 9 changed files with 7,651 additions and 2,615 deletions.
9,926 changes: 7,397 additions & 2,529 deletions docs/ast/source/builder.js.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions docs/class/src/builder.js~Builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,33 @@ <h1 data-ice="name">Builder</h1>
<td>


</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>



<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>


<span data-ice="name"><span><a href="class/src/builder.js~Builder.html#instance-method-bundle">bundle</a></span></span><span data-ice="signature">(config: <span>*</span>, dest: <span>*</span>, format: <span>*</span>)</span>
</p>
</div>
<div>



</div>
</td>
<td>


</td>
</tr>
</tbody>
Expand Down Expand Up @@ -183,6 +210,77 @@ <h4 data-ice="title">Params:</h4>



</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="instance-method-bundle">
<span class="access" data-ice="access">public</span>





<span data-ice="name">bundle</span><span data-ice="signature">(config: <span>*</span>, dest: <span>*</span>, format: <span>*</span>)</span>
<span class="right-info">


<span data-ice="source"><span><a href="file/src/builder.js.html#lineNumber31">source</a></span></span>
</span>
</h3>








<div data-ice="properties"><div data-ice="properties">
<h4 data-ice="title">Params:</h4>
<table class="params">
<thead>
<tr><td>Name</td><td>Type</td><td>Attribute</td><td>Description</td></tr>
</thead>
<tbody>

<tr data-ice="property" data-depth="0">
<td data-ice="name" data-depth="0">config</td>
<td data-ice="type"><span>*</span></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
<tr data-ice="property" data-depth="0">
<td data-ice="name" data-depth="0">dest</td>
<td data-ice="type"><span>*</span></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
<tr data-ice="property" data-depth="0">
<td data-ice="name" data-depth="0">format</td>
<td data-ice="type"><span>*</span></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
</tbody>
</table>
</div>
</div>

















</div>
</div>
</div>
Expand Down
9 changes: 5 additions & 4 deletions docs/coverage.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"coverage": "54.54%",
"expectCount": 11,
"coverage": "50%",
"expectCount": 12,
"actualCount": 6,
"files": {
"src/builder.js": {
"expectCount": 2,
"expectCount": 3,
"actualCount": 0,
"undocumentLines": [
7,
8
8,
31
]
},
"src/config.js": {
Expand Down
Loading

0 comments on commit d644e24

Please sign in to comment.