Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DOXYGEN

Documentation

For comprehensive documentation on Doxygen, visit the official Doxygen Manual. This resource provides information on downloading, installing, and customizing Doxygen to suit your needs.

Setting up Doxygen for CMake

To configure Doxygen for use with CMake, refer to the tutorial here. Please note that this tutorial serves as a template and should be adjusted to match the structure of your specific repository. For a practical example, review the CMakelists.txt and Doxyfile.in files in this repository to understand how it was implemented.

Viewing Documentation

To access the generated documentation, navigate to the docs/html/ directory within this repository and open the index.html file in a web browser.