Takashi Iwai
4064f77ce7
ok OBS-URL: https://build.opensuse.org/request/show/59605 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=70
22 lines
818 B
Diff
22 lines
818 B
Diff
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
|
|
index f4499d6..6bd6486 100644
|
|
--- a/doc/doxygen.cfg.in
|
|
+++ b/doc/doxygen.cfg.in
|
|
@@ -77,7 +77,6 @@ INPUT = @top_srcdir@/doc/index.doxygen \
|
|
@top_srcdir@/src/rawmidi \
|
|
@top_srcdir@/src/timer \
|
|
@top_srcdir@/src/hwdep \
|
|
- @top_srcdir@/src/seq \
|
|
@top_srcdir@/src/ucm
|
|
EXCLUDE = @top_srcdir@/src/control/control_local.h \
|
|
@top_srcdir@/src/pcm/atomic.h \
|
|
@@ -94,7 +93,7 @@ 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/seq/ucm_local.h
|
|
+ @top_srcdir@/src/ucm/ucm_local.h
|
|
RECURSIVE = YES
|
|
FILE_PATTERNS = *.c *.h
|
|
EXAMPLE_PATH = @top_srcdir@/test
|