summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-02-11 18:11:16 +0000
committerJaroslav Kysela <perex@perex.cz>2002-02-11 18:11:16 +0000
commit2ca5ace9cb737bc301b0a19bad4cd80549a1702e (patch)
tree8bc4e328f15fb48b8a3434f566729ce511b1b8ca /doc
parent56fac8ab149b8e973c850ddaf60d55effd0536df (diff)
More documentation changes (rawmidi, timer)
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg5
-rw-r--r--doc/index.doxygen5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index d0b26057..4d741303 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -78,7 +78,8 @@ EXCLUDE = ../src/control/control_local.h \
../src/seq/seq_local.h
RECURSIVE = YES
FILE_PATTERNS = *.c *.h
-EXAMPLE_PATH = ../test/pcm.c ../test/latency.c
+EXAMPLE_PATH = ../test/pcm.c ../test/latency.c ../test/rawmidi.c \
+ ../test/timer.c
QUIET = YES
EXTRACT_ALL = NO
@@ -87,7 +88,7 @@ SHOW_INCLUDE_FILES = NO
JAVADOC_AUTOBRIEF = NO
INHERIT_DOCS = YES
ENABLED_SECTIONS = ""
-PREDEFINED = DOXYGEN PIC "DOC_HIDDEN"
+PREDEFINED = DOXYGEN PIC "DOC_HIDDEN" "ATTRIBUTE_UNUSED="
OPTIMIZE_OUTPUT_FOR_C = YES # doxygen 1.2.6 option
diff --git a/doc/index.doxygen b/doc/index.doxygen
index 1c445d14..c0645f04 100644
--- a/doc/index.doxygen
+++ b/doc/index.doxygen
@@ -30,8 +30,13 @@ may be placed in the library code instead of the kernel driver.</P>
<H2>API links</H2>
<UL>
+ <LI>Page \ref control explains the primitive controls API
+ <LI>Page \ref hcontrol explains the high-level primitive controls API
<LI>Page \ref pcm explains the design of PCM (digital audio) API
<LI>Page \ref pcm_plugins explains the design of PCM (digital audio) plugins
+ <LI>Page \ref rawmidi explains the design of RawMidi API
+ <LI>Page \ref timer explains the design of Timer API
+ <LI>Page \ref seq explains the design of Sequencer API
</UL>
<H2>Configuration</H2>