Browse Source

Remove the <description> and <short-description> elements from

the generated html.
This is part of a fix for 25228
PR: 25228
Obtained from: gudnabrsam at yahoo dot com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275776 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
2b19bfb8ba
1 changed files with 25 additions and 0 deletions
  1. +25
    -0
      proposal/xdocs/dvsl/task.dvsl

+ 25
- 0
proposal/xdocs/dvsl/task.dvsl View File

@@ -105,6 +105,9 @@ $word.substring(0,1).toUpperCase()$word.substring(1)
<!-- Applying task/long-description --> <!-- Applying task/long-description -->
#* *#$context.applyTemplates("long-description") #* *#$context.applyTemplates("long-description")
#* *##end #* *##end
#* *#$context.applyTemplates("short-description")
#* *#$context.applyTemplates("attribute/description")
#* *#$context.applyTemplates("element/description")
#* *#$context.applyTemplates("structure/attribute-groups") #* *#$context.applyTemplates("structure/attribute-groups")
#* *#$context.applyTemplates("structure/elements") #* *#$context.applyTemplates("structure/elements")
#* *#$context.applyTemplates("external/section") #* *#$context.applyTemplates("external/section")
@@ -204,6 +207,28 @@ $word.substring(0,1).toUpperCase()$word.substring(1)
<!-- End Description --> <!-- End Description -->
#end #end


#*
Process javadoc short description section
*#
#match( "short-description" )
<!-- Ignore -->
#end

#*
Process javadoc attribute/description section
*#
#match( "attribute/description" )
<!-- Ignore -->
#end

#*
Process javadoc element/description section
*#
#match( "element/description" )
<!-- Ignore -->
#end


#* #*
Process external desciption Process external desciption
*# *#


Loading…
Cancel
Save