Skip to content

Commit 49f3c6e

Browse files
golowanowlgirdwood
authored andcommitted
docbuild: Adjust HTML generation commands
Adjust code snippets for HTML generation after #9788c4be changes to avoid doxygen build in source directory. Signed-off-by: Dmitrii Golovanov <[email protected]>
1 parent 86e7dfe commit 49f3c6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contribute/process/docbuild.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Docker image (2)
238238
239239
cd thesofproject
240240
# API documentation (Doxygen)
241-
cmake -S sof/doc -B sof/doc -GNinja
242-
ninja -C sof/doc -v doc
241+
cmake -S sof/doc -B sof/build_doxygen -GNinja
242+
ninja -C sof/build_doxygen -v doc
243243
# UML and reStructuredText
244244
make -C sof-docs VERBOSE=1 html
245245
@@ -305,7 +305,7 @@ publishing.
305305

306306
.. note::
307307
In some situations it is necessary to clean all the files and build from
308-
the very beginning. To do this, use the ``make clean`` command.
308+
the very beginning. To do this, use the ``make -C sof-docs clean`` command.
309309

310310
Installation troubleshooting
311311
****************************

0 commit comments

Comments
 (0)