sof/tools/topology/topology2/doc
Jyri Sarha 2eeae16d24 topology2: doc: Fix main page
The main page sources were dropped out from the document sources in the
last review rounds of the original PR. Add *.doxy to FILE_PATTERNS to
add it back.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
2023-10-20 11:42:22 +03:00
..
extra-contents topology2: doc: mainpage.doxy: Add simple main-page with contents 2023-10-06 15:34:14 +01:00
CMakeLists.txt topology2: doc: mainpage.doxy: Add simple main-page with contents 2023-10-06 15:34:14 +01:00
README topology2: doc: Add README instructing how to build the documentation 2023-10-06 15:34:14 +01:00
sof.doxygen.in topology2: doc: Fix main page 2023-10-20 11:42:22 +03:00
topology2-filter.py topology2: doc: topology2-filter.py: Add topology2 Doxygen filter 2023-10-06 15:34:14 +01:00
topology2-generate-contents.sh topology2: doc: topology2-generate-contents.sh: Script to generate contents 2023-10-06 15:34:14 +01:00

README

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