On Mon, 24 Jan 2005 19:19:37 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote:

> Yes, I understand, but in when designing and debugging an application
> it is sometimes convenient to disable some Xdoclets tags, and the
> quickest way to do it is to comment them with /**/ instead of /** */,
> so I find it logical, but sometimes confusing because it can make
> people waste a lot of time searching why their class is not in the
> repository.

Yes, but wouldn't you simply convert the Javadoc comment containing
the XDoclet tag into a normal block comment instead of inserting
another block comment between the Javadoc comment and the
class/method/field ?
Btw, a good IDE can help you spotting wrong comments. Eclipse for
instance uses different colors for Javadoc comments and normal
block/line comments.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to