I use Zeal to lookup API documentation on Linux. It requires files to be in the Apple docset format.
I have C++ code for which I can generate documentation using Doxygen. Doxygen can build a docset, but it requires the docsetutil
program, which is not available on Linux.
Is there any other method to create a docset of a C++ codebase on Linux?