{{!-- Copyright 2014-2019 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --}}
{{#block 'symbol-header-heading'}} {{~#withOnly symbol=this~}} {{~#embed 'symbol-labels'}}{{/embed~}} {{/withOnly~}} {{~#isnt longname memberof}}{{ancestors longname}}{{/isnt~}} {{name}} {{~/block}} {{#block 'symbol-header-source'~}} {{~#embed 'source-file'}}{{/embed~}} {{~/block}} {{#block 'symbol-header-classdesc'}} {{#if classdesc}}
{{#markdown}}{{resolveLinks classdesc}}{{/markdown}}
{{/if}} {{/block}} {{#block 'symbol-header-description'}} {{!-- We don't put a description here for classes, or for namespaces that are also functions. --}} {{#isnt kind 'class'}} {{#is kind 'namespace'}} {{#unless (needsSignature this)}}
{{#embed 'description'}}{{/embed}}
{{/unless}} {{else}}
{{#embed 'description'}}{{/embed}}
{{/is}} {{/isnt}} {{/block}} {{#block 'symbol-header-examples'}} {{#isnt kind 'class'}} {{#embed 'examples'}}{{/embed}} {{/isnt}} {{/block}} {{#block 'symbol-header-details'}}
{{#embed 'implements'}}{{/embed}} {{#embed 'implementations'}}{{/embed}} {{#embed 'mixes'}}{{/embed}}
{{/block}} {{#block 'symbol-header-class-details'}} {{!-- For classes where we're not displaying the constructor, we show the details here, above the summary blocks. --}} {{#if hideconstructor}}
{{#embed 'details'}}{{/embed}}
{{/if}} {{/block}}