Welcome to the Doxygen Playground! This repository is designed to experiment with Doxygen and Markdown-based documentation, with a focus on detecting bugs and testing documentation workflows.
- Write documentation in Markdown (
.md) files - Automatic documentation generation with the latest Doxygen (via GitHub Actions)
- Continuous deployment to GitHub Pages
- Example usage and code snippets
-
Clone this repository
git clone https://github.com/MangaD/Doxygen-Playground.git cd Doxygen-Playground -
Add or edit Markdown files
- Place your documentation in
.mdfiles (e.g.,README.md,usage.md).
- Place your documentation in
-
Generate documentation locally (optional)
- Make sure you have Doxygen installed.
- Run:
doxygen Doxyfile
- The generated HTML will be in
docs/html.
-
Push changes to GitHub
- Documentation will be built and published automatically by GitHub Actions.
See usage.md for usage instructions and code examples.
-
Local: After running Doxygen, open
docs/html/index.htmlin your browser. -
Online: The latest documentation is published at:
Note: This repository is intended for experimenting with Doxygen in order to detect bugs and test documentation workflows. Feel free to open issues if you find any bugs or have suggestions!