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> ||| <. ||| <p> ||| p> This will create a new <code>Element</code> .... ||| ---------- ||| ||| Have I made a mistake in how to use doxygen? ||| ||| regards, ||| ---- ||| Takashi Okamoto ||| ||| -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]