cmakeme_doxygen

Doxygen with a default configuration used by the omnid project

Use this module with find_package(cmakeme)

Commands

cmakeme_doxygen

Call cmakeme_doxygen() to build doxygen documentation using the cmakeme Doxygen settings.

cmakeme_doxygen(filesOrDirs...)

filesOrDirs The files and directories to search for files to parse with doxygen.

This uses the built-in doxygen_add_docs https://cmake.org/cmake/help/latest/module/FindDoxygen.html under the hood, but changes some default settings and add an installation target. You can override any doxygen settings using the method specified therein. It also installs the documentation that is generated.