From 14c6a2de1a4cf8cc17116d418242709ba2519b9e Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Thu, 19 Sep 2019 10:22:20 +0200 Subject: [PATCH] [doc] update brew instruction for doxygen --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 561f623cd55..f4a5e2d330f 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -193,7 +193,7 @@ Documentation can be generated with `make docs` and cleaned up with `make clean- Before running `make docs`, you will need to install dependencies `doxygen` and `dot`. For example, on macOS via Homebrew: ``` -brew install doxygen --with-graphviz +brew install graphviz doxygen ``` Development tips and tricks