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…
↧