Add doxygen too to Makefile

This commit is contained in:
nsubiron 2017-09-26 18:22:17 +02:00
parent 87b98127e8
commit a3f0c6811f
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ protobuf:
### Docs ####################################################################### ### Docs #######################################################################
docs: docs: doxygen
doxygen:
doxygen doxygen
@echo "Documentation index at ./Doxygen/html/index.html" @echo "Documentation index at ./Doxygen/html/index.html"