From 2b19bfb8ba98beba9819f0089cbc54abd4289551 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 12 Dec 2003 09:45:05 +0000 Subject: [PATCH] Remove the and 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 --- proposal/xdocs/dvsl/task.dvsl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/proposal/xdocs/dvsl/task.dvsl b/proposal/xdocs/dvsl/task.dvsl index 778a01c1a..6176331e4 100644 --- a/proposal/xdocs/dvsl/task.dvsl +++ b/proposal/xdocs/dvsl/task.dvsl @@ -105,6 +105,9 @@ $word.substring(0,1).toUpperCase()$word.substring(1) #* *#$context.applyTemplates("long-description") #* *##end +#* *#$context.applyTemplates("short-description") +#* *#$context.applyTemplates("attribute/description") +#* *#$context.applyTemplates("element/description") #* *#$context.applyTemplates("structure/attribute-groups") #* *#$context.applyTemplates("structure/elements") #* *#$context.applyTemplates("external/section") @@ -204,6 +207,28 @@ $word.substring(0,1).toUpperCase()$word.substring(1) #end +#* + Process javadoc short description section +*# +#match( "short-description" ) + +#end + +#* + Process javadoc attribute/description section +*# +#match( "attribute/description" ) + +#end + +#* + Process javadoc element/description section +*# +#match( "element/description" ) + +#end + + #* Process external desciption *#