Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Create a cpfAddQtDocumentationPackage() function. #57

Open Knitschi opened 4 years ago

Knitschi commented 4 years ago

Implement a package that uses the Qt documentation pipeline to create html pages similar to the cpfAddSphinxPackage() functionality. Doxygen has made some trouble in the past (RECURSIVE option) and I am not happy with the generated documentation. The Qt documentation however is quite good and it also is based on doxygen-like comments. I would like to use that for C++ projects.