mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
60d9fd4816
Summary: Lots o docs Test Plan: Run tests, review docs Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1496
17 lines
459 B
HTML
17 lines
459 B
HTML
<h4 id={{name}}>{{name}} <a href="#{{name}}" class="link"></a></h4>
|
|
<p>{{{description}}}</p>
|
|
{{#if arguments.length}}
|
|
<table class="arguments">
|
|
{{#each arguments}}
|
|
<tr>
|
|
<td style="width:15%;">
|
|
<em>{{name}}</em>
|
|
</td>
|
|
<td>
|
|
{{#if isOptional}}<span class="optional">Optional</span>{{/if}}
|
|
{{{description}}}
|
|
</td>
|
|
</tr>
|
|
{{/each}}
|
|
</table>
|
|
{{/if}}
|