[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Hmmm...I haven't had any problems with HTML in documentation
blocks...but I don't know if I've specifically used <p>.

Are you sure that you have it configured for Java-style
documentation? It also can be used for C++ styles, so maybe
it is misinterpreting the documentation blocks.

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 "<p>",
||| outputed document would be invalid. For example:
||| 
||| ----------
|||     /**
|||      * <p>
|||      * This will create a new <code>Element</code> ....
||| 
||| ----------
||| 
||| doxygen generate following html from above code:
||| 
||| ----------
||| <p>
||| &lt;. 
||| <p> 
||| p&gt; This will create a new <code>Element</code> ....
||| ----------
||| 
||| Have I made a mistake in how to use doxygen? 
||| 
||| regards,
||| ----
||| Takashi Okamoto
||| 
||| 



Reply to: