diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 3066aabe600a0..dadcb05acc655 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -338,9 +338,10 @@ Recommendations: ### Generating Documentation -The documentation can be generated with `cmake --build --target docs`. -The resulting files are located in `/doc/doxygen/html`; open -`index.html` in that directory to view the homepage. +Assuming the build directory is named `build`, +the documentation can be generated with `cmake --build build --target docs`. +The resulting files will be located in `build/doc/doxygen/html`; +open `index.html` in that directory to view the homepage. Before building the `docs` target, you'll need to install these dependencies: