NIHVIVO-1562 Show class of template directive/model in dump. Use LinkedHashMap in help data structure to ensure ordering of the entries.
This commit is contained in:
parent
b6ea045503
commit
1b9f4bbdce
11 changed files with 37 additions and 25 deletions
|
@ -157,7 +157,7 @@ div.dump {
|
|||
</#macro>
|
||||
|
||||
<#macro doMethod method>
|
||||
<p><strong>Type:</strong> ${method.type}</p>
|
||||
<p><strong>Type:</strong> ${method.type} (${method.class})</p>
|
||||
<#local help = method.help!>
|
||||
<#if help?has_content>
|
||||
<p><strong>Help:</strong><p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue