]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: doxygen: Add doxygen support for topology core.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Wed, 29 Jul 2015 16:45:24 +0000 (17:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 30 Jul 2015 15:10:18 +0000 (17:10 +0200)
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
doc/doxygen.cfg.in
doc/index.doxygen

index 043e75b2d7ebd8186ced4cec84162acddbdf3e1c..92bd52ba67a23df1d09eb1e5adef9c969c5766d8 100644 (file)
@@ -29,6 +29,7 @@ INPUT            = @top_srcdir@/doc/index.doxygen \
                   @top_srcdir@/include/control_external.h \
                   @top_srcdir@/include/mixer.h \
                   @top_srcdir@/include/use-case.h \
+                  @top_srcdir@/include/topology.h \
                   @top_srcdir@/src/error.c \
                   @top_srcdir@/src/dlmisc.c \
                   @top_srcdir@/src/async.c \
@@ -78,7 +79,8 @@ INPUT            = @top_srcdir@/doc/index.doxygen \
                   @top_srcdir@/src/timer \
                   @top_srcdir@/src/hwdep \
                   @top_srcdir@/src/seq \
-                  @top_srcdir@/src/ucm
+                  @top_srcdir@/src/ucm \
+                  @top_srcdir@/src/topology
 EXCLUDE                 = @top_srcdir@/src/control/control_local.h \
                   @top_srcdir@/src/pcm/atomic.h \
                   @top_srcdir@/src/pcm/interval.h \
@@ -94,7 +96,8 @@ EXCLUDE                = @top_srcdir@/src/control/control_local.h \
                   @top_srcdir@/src/mixer/mixer_local.h \
                   @top_srcdir@/src/rawmidi/rawmidi_local.h \
                   @top_srcdir@/src/seq/seq_local.h \
-                  @top_srcdir@/src/ucm/ucm_local.h
+                  @top_srcdir@/src/ucm/ucm_local.h \
+                  @top_srcdir@/src/topology/tplg_local.h
 RECURSIVE       = YES
 FILE_PATTERNS    = *.c *.h
 EXAMPLE_PATH     = @top_srcdir@/test
index 7d049fe5c32adf8163076c0153c957edb580df8c..b40c75a5239b6e54c4eb487d8fe5a1a96d1e4e37 100644 (file)
@@ -41,6 +41,7 @@ may be placed in the library code instead of the kernel driver.</P>
   <LI>Page \ref timer explains the design of the Timer API.
   <LI>Page \ref seq explains the design of the Sequencer API.
   <LI>Page \ref ucm explains the use case API.
+  <LI>Page \ref topology explains the DSP topology API.
 </UL>
 
 <H2>Configuration</H2>