Skip to content

Commit

Permalink
docs: Doc-Comment in externaDocs-partials
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Sep 24, 2017
1 parent 5151344 commit a9d7e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions handlebars/partials/swagger/externalDocs.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{{!--
Renders the externalDocs-property in various places
--}}
{{#with externalDocs}}
<a href="{{url}}" class="sw-external-doc">{{#if this.description}}{{md description stripParagraph=true}}{{else}}{{url}}{{/if}}</a>
{{/with}}

0 comments on commit a9d7e23

Please sign in to comment.