With generate javadoc comments enabled, I've noticed
that the tool will actually completely drop existing
variable/method/class-level comments if they aren't in
javadoc style.
example:
// This method doesn't work yet
public void myMethod() {
}
becomes
/**
* DOCUMENT ME!
*/
public void myMethod() {
}
My ideal would be to automatically convert the comment
to javadoc style. Barring that, I'd like for it to not just
throw it away.
Marco Hunsicker
None
None
Public
|
Date: 2002-08-18 22:37 Logged In: YES |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use