peterreilly    2003/12/12 01:45:05

  Modified:    proposal/xdocs/dvsl task.dvsl
  Log:
  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
  
  Revision  Changes    Path
  1.6       +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.6
  diff -u -r1.5 -r1.6
  --- task.dvsl 25 Apr 2003 14:09:11 -0000      1.5
  +++ task.dvsl 12 Dec 2003 09:45:05 -0000      1.6
  @@ -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]

Reply via email to