cnescatlab / doxygen

Docker image for Doxygen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for Doxygen

This project aims to provide a simple Docker image to encapsulate and generate a Doxygen documentation through Docker.

Run Doxygen

Get latest image

Images are now hosted directly on GitHub:

docker pull ghcr.io/cnescatlab/doxygen:latest

Run default Doxygen command

Assuming current directory contains the source code, simply run the following command:

docker run --rm -v ${PWD}:/src ghcr.io/cnescatlab/doxygen:latest doxygen -g
docker run --rm -v ${PWD}:/src ghcr.io/cnescatlab/doxygen:latest doxygen Doxyfile

Versions matrix

Here is the versions matrix of the image:

TAG DOXYGEN VERSION BASE IMAGE
latest 1.8.13 debian:buster-20220316-slim
1.8.13 1.8.13 debian:buster-20220316-slim

How to contribute

If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.

If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.

License

Copyright 2022 CNES CatLab.

Licensed under the GNU General Public License, Version 3.0

About

Docker image for Doxygen

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%