mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-04 05:54:48 +02:00
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:
parent
d08bedd81f
commit
91b3bc2b9c
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user