Re: Doxygen

2002-02-19 Thread Takashi Okamoto
From: Ryan Shaw <[EMAIL PROTECTED]> Subject: Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source)) Date: Tue, 19 Feb 2002 10:23:59 +0900 > Hmmm...I haven't had any problems with HTML in documentation > blocks...but I don't know if I've specifically used . When

Re: Doxygen

2002-02-19 Thread Takashi Okamoto
From: Ryan Shaw <[EMAIL PROTECTED]> Subject: Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source)) Date: Tue, 19 Feb 2002 10:23:59 +0900 > Hmmm...I haven't had any problems with HTML in documentation > blocks...but I don't know if I've specifically used . When

Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Rick Lutowski
Ryan Shaw wrote: > > Hmmm...I haven't had any problems with HTML in documentation > blocks...but I don't know if I've specifically used . works fine in javadoc -- I use it all the time. Don't know about doxygen tho. Rick -- Rick

Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Ryan Shaw
. Or maybe you found a bug...but I didn't see any mention of a bug like this at http://sf.net/projects/doxygen, though. Takashi wrote: ||| Hi, Ryan. ||| ||| Doxygen looks very nice!! ||| ||| But unfortunately, I have a one problem. When document include "", ||| outputed document

Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Rick Lutowski
Ryan Shaw wrote: > > Hmmm...I haven't had any problems with HTML in documentation > blocks...but I don't know if I've specifically used . works fine in javadoc -- I use it all the time. Don't know about doxygen tho. Rick -- Rick

Re: Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Ryan Shaw
. Or maybe you found a bug...but I didn't see any mention of a bug like this at http://sf.net/projects/doxygen, though. Takashi wrote: ||| Hi, Ryan. ||| ||| Doxygen looks very nice!! ||| ||| But unfortunately, I have a one problem. When document include "", ||| outputed document

Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Takashi Okamoto
Hi, Ryan. Doxygen looks very nice!! But unfortunately, I have a one problem. When document include "", outputed document would be invalid. For example: -- /** * * This will create a new Element ------ doxygen generate following html from

Doxygen (Re: Installed jdom 0.7b.20020216-1 (all source))

2002-02-18 Thread Takashi Okamoto
Hi, Ryan. Doxygen looks very nice!! But unfortunately, I have a one problem. When document include "", outputed document would be invalid. For example: -- /** * * This will create a new Element ------ doxygen generate following html from