Skip to content

OlgaPaw/doxygen-latex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

doxygen-latex-docker

Docker with doxygen and latex

docker run --rm -v $(pwd):/work -it olgapaw/doxygen-latex doxygen

To run with current user id (current user will own generated artifacts)

docker run --rm -u $(id -u) -v $(pwd):/work -it olgapaw/doxygen-latex doxygen

To generate pdf

cd latex
docker run --rm -v $(pwd):/work -it olgapaw/doxygen-latex make

About

Docker with doxygen and latex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published