Re: [Doxygen-users] infinite loop from Doxygen-generated .tex
Brought to you by:
dimitri
|
From: Georg-Johann L. <av...@gj...> - 2024-06-03 19:29:38
|
Am 03.06.24 um 19:10 schrieb Peter Schöll: > Hi, Johann > > ever tried to "close" your HTML tags, i.e. <TH> by </TH> and <TD> by </TD>? > Sometimes I noticed problems with generated documentation disappearing > when balancing HTML tags. > > Good luck > Peter No effect. And is I understand, that are actually Doxygen tags. The Doxygen-generated HTML has balanced tags, so Doxygen can handle that and understands it correctly. I even tried v1.12 from current master, and it still generates broken .tex files (amongst many other issues that make v1.12 and also v1.11 unusable). The current issue seems to be related to wrong rowspan / colspan handling. Johann |