Add doxygen too to Makefile
This commit is contained in:
parent
87b98127e8
commit
a3f0c6811f
4
Makefile
4
Makefile
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue