Skip to content

Commit d04451e

Browse files
author
Jyri Sarha
committed
topology2: doc: Little fixes to make all classes show correctly
There were couple of classes that did not have their topology2 snippets showing. Probably the essential problem was just the class definition starting from the first line of the file. There was nothing obviously wrong in the output of the filter, but the way the doxygen works is sometimes hard to anticipate. Adding \struct before the definition fixed the problem. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent aaf5a35 commit d04451e

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

tools/topology/topology2/include/dais/mic_extension.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## \brief Mic extension class
2+
## \struct mic_extension
3+
14
Class.Base."mic_extension" {
25

36
DefineAttribute."id" {}

tools/topology/topology2/include/dais/pdm_config.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## \brief Class for PDM config
2+
## \struct pdm_config
3+
14
Class.Base."pdm_config" {
25
DefineAttribute."instance" {}
36
#

tools/topology/topology2/platform/intel/ssp_aux_config.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## \struct mn_config
2+
13
Class.Base."mn_config" {
24
DefineAttribute."id" {}
35

0 commit comments

Comments
 (0)