doc: Update documentation generation example in developer-notes.md

To correspond to the documentation style of e.g. src/test/README.md

Co-authored-by: pablomartin4btc <pablomartin4btc@gmail.com>
This commit is contained in:
Lőrinc 2024-08-22 13:54:30 +02:00
parent d08bedd81f
commit 91b3bc2b9c

View file

@ -338,9 +338,10 @@ Recommendations:
### Generating Documentation ### Generating Documentation
The documentation can be generated with `cmake --build <build_dir> --target docs`. Assuming the build directory is named `build`,
The resulting files are located in `<build_dir>/doc/doxygen/html`; open the documentation can be generated with `cmake --build build --target docs`.
`index.html` in that directory to view the homepage. 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: Before building the `docs` target, you'll need to install these dependencies: