Here is a simple test class to demonstrate the problem:
/**
* A valid, handwritten class comment
*/
// @see thie comment will cause Jalopy to replace the
one above
public class JalopyTest{
}
When Jalopy is run with comment generation turned on,
the comments will be replaced, resulting in this:
/**
* DOCUMENT ME!
*
* @version $Revision: 1.1 $
* @author $author$
*/
public class JalopyTest {
}
It's the line beginning with "// @see" that causes the
problem. Remove that & the handwritten comment will be
left alone.
I found this after running Jalopy on an EJB that had
XDoclet tags in it. I wanted to temporarily remove an
XDoclet tag so I moved it into a // comment. XDoclet &
javadoc both correctly ignored it after that.
-Steve
Marco Hunsicker
None
None
Public
|
Date: 2002-11-01 13:36 Logged In: YES |
|
Date: 2002-09-03 18:41 Logged In: YES |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use