More documentation changes (rawmidi, timer)

This commit is contained in:
Jaroslav Kysela 2002-02-11 18:11:16 +00:00
parent 56fac8ab14
commit 2ca5ace9cb
11 changed files with 197 additions and 20 deletions

View file

@ -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

View file

@ -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>