Book a Demo

Author Topic: one-line javadoc comments not imported  (Read 3561 times)

dml

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
one-line javadoc comments not imported
« on: November 17, 2003, 10:42:34 am »
When reverse engineering ea classes from code,
javadoc comments like this

 /**
  * my comment
  */

get sucked into the notes section of the class,
but comments like this

 /** my comment */

do not.   :(

I can use a formatting tool like jalopy to make
all my comments multi-line if necessary,
but I'd prefer to use single line comments if possible.

Would you consider adding this feature in the future?

thanks

Derek