peterreilly 2003/12/12 01:45:51 Modified: proposal/xdocs/dvsl Tag: ANT_16_BRANCH task.dvsl Log: Sync with HEAD Revision Changes Path No revision No revision 1.5.2.1 +25 -0 ant/proposal/xdocs/dvsl/task.dvsl Index: task.dvsl =================================================================== RCS file: /home/cvs/ant/proposal/xdocs/dvsl/task.dvsl,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- task.dvsl 25 Apr 2003 14:09:11 -0000 1.5 +++ task.dvsl 12 Dec 2003 09:45:51 -0000 1.5.2.1 @@ -105,6 +105,9 @@ <!-- Applying task/long-description --> #* *#$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") @@ -203,6 +206,28 @@ </table> <!-- End Description --> #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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]