Menu

#68 missing @ on doc tags in generated code

closed-fixed
nobody
xdoclet (14)
5
2002-07-10
2002-07-09
No

Whenever you generate code from methods that have valid
javadoc tags (@return, @param, etc.), the generated files
would be missing the '@' in front of the tag.

This patch adds the missing '@' symbol in front of javadoc
tags.

It touches just one file:
xdoclet/core/src/xdoclet/tagshandler/AbstractProgramElementTagsHandler.java

Michael

Discussion

  • Michael Newcomb

    Michael Newcomb - 2002-07-09

    add a '@' symbol when copying javadoc tags to generated source

     
  • Mathias Bogaert

    Mathias Bogaert - 2002-07-10
    • status: open --> closed-fixed
     
  • Mathias Bogaert

    Mathias Bogaert - 2002-07-10

    Logged In: YES
    user_id=102175

    Thanks for the patch!

     

Log in to post a comment.