diff options
-rw-r--r-- | doc/developer-notes.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 99c263bed5..18d6fc0619 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 <build_dir> --target docs`. -The resulting files are located in `<build_dir>/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: |