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 *#