Skip to content

Commit

Permalink
show deprecations for mixins in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed May 25, 2020
1 parent e7e910c commit c6d537e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
{{else}}
<pre><code>import {{moduleName}} from '{{module}}';</code></pre>
{{/if}}
{{#if deprecationMessage}}
<p><span class="label label-warning label-deprecated">Deprecated:</span><strong>{{#crossLink deprecationMessage}}{{/crossLink}}</strong></p>
{{/if}}
{{{classDescription}}}
</div>
</div>
Expand Down

0 comments on commit c6d537e

Please sign in to comment.