https://bugs.kde.org/show_bug.cgi?id=373723

--- Comment #5 from RJVB <rjvber...@gmail.com> ---
That's the nice thing of using doxygen: if it generates the HTML for a website
correctly, anything that bundles this same HTML into some kind of archive for
perusing with a dedicated browser ought to provide the same information. Those
qch and chm files are basically just websites in a single document.

Qt's assistant used to be built on QtWebkit, kchmviewer still is (and is
transitioning to QtWebEngine). I'm pretty sure that the Assistant regressions I
mentioned are due to it no longer using QtWebkit.

I'll put it on my list to see if I can add optional support for generating chm
in kapidox. Fixing the missing searchdata.xml issue is easy and a matter of
putting the corresponding code block in a try: ... except: pass block.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to