https://github.com/sh-cho/cpp-doxygen-example
Example repo - publish doxygen with github actions
https://github.com/sh-cho/cpp-doxygen-example
cpp doxygen github-actions
Last synced: 3 months ago
JSON representation
Example repo - publish doxygen with github actions
- Host: GitHub
- URL: https://github.com/sh-cho/cpp-doxygen-example
- Owner: sh-cho
- Created: 2023-06-25T14:31:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T15:31:57.000Z (about 3 years ago)
- Last Synced: 2025-12-26T19:41:46.700Z (7 months ago)
- Topics: cpp, doxygen, github-actions
- Language: C++
- Homepage: https://sh-cho.github.io/cpp-doxygen-example/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-doxygen-example
[](https://github.com/sh-cho/cpp-doxygen-example/actions/workflows/deploy_docs.yml)
Generate / publish doxygen with github actions
## envs
- doxygen: 1.9.6
- [doxygen-awesome-css](https://github.com/jothepro/doxygen-awesome-css): v2.2.1
## Make docs locally
```sh
brew install doxygen
```
Install doxygen
```sh
doxygen -g Doxyfile
```
Make Doxyfile
```sh
doxygen Doxyfile
```
Generate docs with Doxyfile