Convert Doxygen output to Qt Help - for Qt Creator
-
I'm using an external library installed via a binary package for one of my Qt Creator projects. The package includes HTML documentation that's obviously Doxygen-generated. I'd like to include this in the Qt Creator help. Does anyone know if there is a way to do that? I know Doxygen can create Qt Help files these days, but the issue here is that I don't have the sources or doxyfile, just the HTML data they've produced. I could probably find the sources and modfy the doxyfile, of course, but is there a "more direct" way? Maybe doxygen2qthelp used to represent something like this, but it doesn't seem to be available for download anymore...
-
[quote author="Rahul Das" date="1385719424"]https://qt.gitorious.org/qt-labs/doxygen2qthelp/source/415b44ffb6ffcdeb4ad5b7cdd6d9d9e17ab3e47f:[/quote]
I finally got around to trying to build this. Unfortunately, it can't be done just like that, as the sources require private assistant/QtHelp headers.
Does anyone know if there is another option?