Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankhsu1996/doxygen-docker
Docker images for Doxygen
https://github.com/hankhsu1996/doxygen-docker
docker-image doxygen
Last synced: 14 days ago
JSON representation
Docker images for Doxygen
- Host: GitHub
- URL: https://github.com/hankhsu1996/doxygen-docker
- Owner: hankhsu1996
- License: mit
- Created: 2024-07-24T11:16:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:49:25.000Z (4 months ago)
- Last Synced: 2024-10-10T22:23:39.563Z (about 1 month ago)
- Topics: docker-image, doxygen
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doxygen Docker Image 🐳
This repository hosts a Docker image for Doxygen, a tool that generates project documentation from source code comments.
## Overview
Doxygen is widely used for documenting code in various programming languages, extracting documentation from special comments in the source code. This Docker image provides different versions of Doxygen built on top of Ubuntu, including essential prerequisites like glibc 2.34 or above and Graphviz for generating diagrams and visualizations.
## Key Features ✨
- Provides multiple versions of Doxygen for ease of use.
- Ensures a consistent environment for documentation generation.
- The image is created by a CI flow automatically.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.