mirror of https://github.com/thesofproject/sof.git
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
|
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
|