We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08bedd commit 91b3bc2Copy full SHA for 91b3bc2
doc/developer-notes.md
@@ -338,9 +338,10 @@ Recommendations:
338
339
### Generating Documentation
340
341
-The documentation can be generated with `cmake --build <build_dir> --target docs`.
342
-The resulting files are located in `<build_dir>/doc/doxygen/html`; open
343
-`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`;
344
+open `index.html` in that directory to view the homepage.
345
346
Before building the `docs` target, you'll need to install these dependencies:
347
0 commit comments