mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
More documentation changes (rawmidi, timer)
This commit is contained in:
parent
56fac8ab14
commit
2ca5ace9cb
11 changed files with 197 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue