Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 685 Bytes

API documentation using Doxygen

  • Generate documentation from source code: Doxygen
File Description
Doxyfile Doxygen file/settings
DoxygenFiles/doxygen-custom.css custom CSS file
DoxygenFiles/header.html custom HTML header
DoxygenFiles/footer.html custom HTML footer
Mainpage.md main page for Doxygen documentation

Usage

  • the doxygen documentation generation is included into the Makefile: make doc, which corresponds to
    • doxygen ./doc/Doxyfile &> ./doc/doxygen.log
    • cp -r "./doc/html/" "./docs/"
  • open in your local browser
    • either docs/index.html
    • or doc/html/index.html