update README

This commit is contained in:
Carl Pearson
2017-11-14 08:05:24 -06:00
parent 109a12ff08
commit 7662559284

View File

@@ -2,3 +2,11 @@
cd /path/to/source
docker run --rm -v $(pwd):/data -it cwpearson/doxygen doxygen
## Makefiles
Consider adding the following to a makefile to use this to build docs
docker_docs:
docker run -it --rm -v `pwd`:/data cwpearson/doxygen doxygen doxygen.config
docker run -it --rm -v `readlink -f docs/latex`:/data cwpearson/doxygen make