We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bc188 commit 471800cCopy full SHA for 471800c
jsondoc-ui/src/main/webapp/jsondoc.jsp
@@ -464,6 +464,9 @@ ol.linenums li {
464
<script id="object" type="text/x-handlebars-template">
465
<table class="table table-condensed table-striped table-bordered">
466
<tr><th style="width:15%;">Name</th><td><code>{{name}}</code></td></tr>
467
+ {{#if description}}
468
+ <tr><th>Description</th><td>{{description}}</td></tr>
469
+ {{/if}}
470
{{#if fields}}
471
<tr><th colspan=2>Fields</th></tr>
472
{{#each fields}}
0 commit comments