Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.41 KB

Doxygen in Docker

tutorial on how to use this : https://sumguy.com/install-use-doxygen-via-docker/

simple command line : docker run --rm -it -v ./source:/source -v ./output:/output -v ./Doxygen:/Doxygen ghcr.io/kingpin/doxygen-docker:latest

you will need to mount the source, output and a Doxygen file.

available OS's :

  • Alpine (using latest at time of build)
  • Debian (using latest stable-slim at time of build)

Available tags :