NIHVIVO-564 Refined method list output by describe directive
This commit is contained in:
parent
badfac1321
commit
a0e94628eb
2 changed files with 28 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
<#-- Template for displaying directive describe -->
|
||||
|
||||
<h3>Methods available to variable <em>${var}</em></h3>
|
||||
|
||||
<div class="dump">
|
||||
<h3>Methods available to variable <em>${var}</em></h3>
|
||||
|
||||
<#list methods as method>
|
||||
${method}<br />
|
||||
</#list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue