Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology2 doxygen documentation infrastructure #8141

Merged
merged 16 commits into from
Oct 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
topology2: doc: Add README instructing how to build the documentation
Signed-off-by: Jyri Sarha <[email protected]>
Jyri Sarha committed Oct 5, 2023
commit 39f1c1af83258d9864c0ea5701a0a0134db76474
7 changes: 7 additions & 0 deletions tools/topology/topology2/doc/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
To build the topology2 source documentation do following steps:

cd tools/topology/topology2/doc
cmake -B build/
cmake --build build/ -v

After the last command you should find the html documentation under: sof/tools/topology/topology2/doc/build/doxygen/html