blob: 3e181f4ccdf204b33bb52dfc0206ef4aa2eb2b14 [file] [log] [blame] [edit]
{{ #hasPublicConstructors }}
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
{{ #publicConstructorsSorted }}
<dt id="{{htmlId}}" class="callable">
<span class="name">{{{ linkedName }}}</span><span class="signature">({{{ linkedParams }}})</span>
</dt>
<dd>
{{{ oneLineDoc }}}
{{ #isConst }}
<div class="constructor-modifier features">const</div>
{{ /isConst }}
{{ #isFactory }}
<div class="constructor-modifier features">factory</div>
{{ /isFactory }}
</dd>
{{ /publicConstructorsSorted }}
</dl>
</section>
{{ /hasPublicConstructors }}