satya-das / cppparser

A library to parse C/C++ source as AST
Other
278 stars 36 forks source link

Doxygen and its GitHub Action for GitHub Pages deployment #24

Closed salehjg closed 1 year ago

salehjg commented 1 year ago

Doxygen documentation target for CMakeLists and its GitHub Action for deploying it on this repository's GitHub page. The action creates a new branch called gh-pages and stores the files generated by Doxygen's target and publishes them on the repo's GitHub page. The inheritance diagrams are also generated using plantuml and graphwiz.dot automatically, like the one shown below:

https://user-images.githubusercontent.com/8077187/246106192-9c973f8f-6958-40cd-ac0d-aaf757abb573.png