A container to generate doxygen documentation
Navigate to the document root of your application.
docker run --rm -it -v <path to application>:/src hourd/doxygen
This asumes your doxygen configuration is called Doxyfile and is in the root of your application.
You can use `pwd` as a shorthand to say the current working directory.
docker run --rm -it -v `pwd`:/src hourd/doxygen
Content type
Image
Digest
Size
120.3 MB
Last updated
over 10 years ago
docker pull hourd/doxygen