1
Suggestions and Requests / 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
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