Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

Building documentation using Doxygen

Doxygen is a popular source code documentation tool in the C++ community. Running Doxygen will extract comments which contain documentation tags and create the documentation in a format defined in the Doxyfile configuration file (HTML, XML, and even LaTeX or PDF). This recipe shows how to use CMake to build your Doxygen documentation.