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:
ryounes 2011-04-22 22:16:28 +00:00
parent b6ea045503
commit 1b9f4bbdce
11 changed files with 37 additions and 25 deletions

View file

@ -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>