On 1 mrt 2008, at 16:34, Francesco Montorsi wrote:
> 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 ?
Yes, I would accept such a patch. If you do not need to make
concessions to
the way the resulting pages look then it does not even have to be an
option for me.
> 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...
Indeed, that is probably the biggest issue.
Regards,
Dimitri
|