Skip to content

Commit

Permalink
topology2: doc: Little fixes to make all classes show correctly
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Jyri Sarha committed Oct 3, 2023
1 parent 92ca200 commit eec1886
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/topology/topology2/include/dais/mic_extension.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## \brief Mic extension class
## \struct mic_extension

Class.Base."mic_extension" {

DefineAttribute."id" {}
Expand Down
3 changes: 3 additions & 0 deletions tools/topology/topology2/include/dais/pdm_config.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## \brief Class for PDM config
## \struct pdm_config

Class.Base."pdm_config" {
DefineAttribute."instance" {}
#
Expand Down
2 changes: 2 additions & 0 deletions tools/topology/topology2/platform/intel/ssp_aux_config.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## \struct mn_config

Class.Base."mn_config" {
DefineAttribute."id" {}

Expand Down

0 comments on commit eec1886

Please sign in to comment.