blob: 8a65601e55a246a3154c2b3bf9df5f266497d3b6 [file] [log] [blame]
{{>head}}
{{#library}}
{{>documentation}}
{{/library}}
{{#library.hasClasses}}
<section class="summary" id="classes">
<h2>Classes</h2>
<dl>
{{#library.classes}}
<dt id="{{htmlId}}">
<span class="name {{#isDeprecated}}deprecated{{/isDeprecated}}">{{{linkedName}}}</span>
</dt>
<dd>
{{{ oneLineDoc }}}
</dd>
{{/library.classes}}
</dl>
</section>
{{/library.hasClasses}}
{{#library.hasEnums}}
<section class="summary" id="enums">
<h2>Enums</h2>
<dl class="dl-horizontal">
{{#library.enums}}
<dt id="{{htmlId}}">
{{{linkedName}}}
</dt>
<dd>
{{{ oneLineDoc }}}
</dd>
{{/library.enums}}
</dl>
</section>
{{/library.hasEnums}}
{{#library.hasProperties}}
<section class="summary" id="properties">
<h2>Properties</h2>
<dl class="properties">
{{#library.properties}}
{{>property}}
{{/library.properties}}
</dl>
</section>
{{/library.hasProperties}}
{{#library.hasConstants}}
<section class="summary" id="constants">
<h2>Constants</h2>
<dl class="properties">
{{#library.constants}}
{{>constant}}
{{/library.constants}}
</dl>
</section>
{{/library.hasConstants}}
{{#library.hasFunctions}}
<section class="summary" id="functions">
<h2>Functions</h2>
<dl class="callables">
{{#library.functions}}
{{>callable}}
{{/library.functions}}
</dl>
</section>
{{/library.hasFunctions}}
{{#library.hasTypedefs}}
<section class="summary" id="typedefs">
<h2>Typedefs</h2>
<dl class="callables">
{{#library.typedefs}}
{{>callable}}
{{/library.typedefs}}
</dl>
</section>
{{/library.hasTypedefs}}
{{#library.hasExceptions}}
<section class="summary" id="exceptions">
<h2>Exceptions / Errors</h2>
<dl>
{{#library.exceptions}}
<dt id="{{htmlId}}">
<span class="name {{#isDeprecated}}deprecated{{/isDeprecated}}">{{{linkedName}}}</span>
</dt>
<dd>
{{{ oneLineDoc }}}
</dd>
{{/library.exceptions}}
</dl>
</section>
{{/library.hasExceptions}}
{{>footer}}