Sign inSign up

dubit/doxygen

By dubit

Updated about 10 years ago

Generates documentation, via doxygen, for mounted source code

Artifact
1

582

dubit/doxygen repository overview

What is this?

A container that uses doxygen (www.doxygen.org) to generate documentation.

The source code is mounted by a volume and should contain a doxygen config file named doxyconfig

Dockerfile

The source dockerfile can be found here

Usage

Example usage:

docker run -v /path/to/source/code:/usr/src/app dubit/doxygen

With a different config file name:

docker run -v /path/to/source/code:/usr/src/app dubit/doxygen alternativeconfig

Generate a config file:

docker run -v /path/to/source/code:/usr/src/app dubit/doxygen -g doxyconfig

Tag summary

Content type

Unrecognized

Digest

Size

94.9 MB

Last updated

about 10 years ago

docker pull dubit/doxygen