[Doxygen-develop] XHTML output format
Brought to you by:
dimitri
From: Francesco M. <f18...@ya...> - 2008-03-01 15:40:22
|
Hi, I'm looking at doxygen sources as I'd be interested into adding XHTML output format capabilities... looking at htmlgen.cpp and htmlgen.h I see that apparently only a small number of changes there should allow the generation of XHTML compliant output files... isn't it? Would you accept a patch which modifies the HtmlGenerator class to output either HTML 4.01 or XHTML 1.1 based on a new configuration setting HTML_OUTPUT_VERSION = HTML4|XHTML1.1 ? One annoying thing I'm trying to fix is that, at least for the HTML pages generated in response to @page commands, <p> start tags are correctly generated but not their relative </p> close tags... Francesco |