Skip to content

Commit

Permalink
Update Num docs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamngan committed Jul 23, 2018
1 parent 61433cc commit 241c542
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 160 deletions.
4 changes: 2 additions & 2 deletions docsn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4 v-bind:id="'constructor_'+m.name">new {{ contents.name }} <span class="param
<div class="label">parameters</div>
<div class="info">
<div v-for="p in s.parameters">
<span><span class="paramdef">{{ p.name }}</span>: <span class="typedef">{{ p.type}}</span></span>
<span><span class="paramdef">{{ p.name }}</span>: <span class="typedef">{{ p.type }} <span v-if="p.default">(default value: {{ p.default }})</span> </span> </span>
<div v-html="md(p.comment)"></div>
</div>
</div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h4 v-bind:id="'function_'+m.name">
<div class="label">parameters</div>
<div class="info">
<div v-for="p in s.parameters">
<span><span class="paramdef">{{ p.name }}</span>: <span class="typedef">{{ p.type }}</span></span>
<span><span class="paramdef">{{ p.name }}</span>: <span class="typedef">{{ p.type }} <span v-if="p.default">(default value: {{ p.default }})</span> </span></span>
<div v-html="md(p.comment) || '<p></p>'"></div>
</div>
</div>
Expand Down
Loading

0 comments on commit 241c542

Please sign in to comment.