Browse Source

show briefType instead - nicer for enumerated attributes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274071 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 22 years ago
parent
commit
cf98ab8ba1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/xdocs/dvsl/task.dvsl

+ 1
- 1
proposal/xdocs/dvsl/task.dvsl View File

@@ -245,7 +245,7 @@ $word.substring(0,1).toUpperCase()$word.substring(1)
<tr> <tr>
#* *##td($attrib.name) #* *##td($attrib.name)
#* *##td($node.description) #* *##td($node.description)
#* *##td($attrib.type)
#* *##td($attrib.briefType)
</tr> </tr>
#end #end




Loading…
Cancel
Save