mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Merged src/pcm/atomic.h to include/iatomic.h. Added initial description of hw and hooks plugins.
77 lines
2 KiB
INI
77 lines
2 KiB
INI
PROJECT_NAME = "ALSA project - the C library reference"
|
|
OUTPUT_DIRECTORY = doxygen
|
|
GENERATE_LATEX = NO
|
|
GENERATE_MAN = NO
|
|
GENERATE_RTF = NO
|
|
|
|
CASE_SENSE_NAMES = NO
|
|
INPUT = index.doxygen \
|
|
../include/asoundlib.h \
|
|
../include/version.h \
|
|
../include/global.h \
|
|
../include/asoundef.h \
|
|
../include/input.h \
|
|
../include/output.h \
|
|
../include/error.h \
|
|
../include/conf.h \
|
|
../include/control.h \
|
|
../include/pcm.h \
|
|
../include/rawmidi.h \
|
|
../include/timer.h \
|
|
../include/hwdep.h \
|
|
../include/seq.h \
|
|
../include/seq_event.h \
|
|
../include/seqmid.h \
|
|
../include/seq_midi_event.h \
|
|
../include/conv.h \
|
|
../include/instr.h \
|
|
../src/error.c \
|
|
../src/dlmisc.c \
|
|
../src/async.c \
|
|
../src/input.c \
|
|
../src/output.c \
|
|
../src/conf.c \
|
|
../src/confmisc.c \
|
|
../src/control \
|
|
../src/mixer \
|
|
../src/pcm/pcm.c \
|
|
../src/pcm/pcm_mmap.c \
|
|
../src/pcm/pcm_plugin.c \
|
|
../src/pcm/pcm_hw.c \
|
|
../src/pcm/pcm_hooks.c \
|
|
../src/pcm/pcm_meter.c \
|
|
../src/pcm/pcm_misc.c \
|
|
../src/rawmidi \
|
|
../src/timer \
|
|
../src/hwdep \
|
|
../src/seq \
|
|
../src/instr
|
|
EXCLUDE = ../src/control/control_local.h \
|
|
../src/pcm/atomic.h \
|
|
../src/pcm/interval.h \
|
|
../src/pcm/interval_inline.h \
|
|
../src/pcm/mask.h \
|
|
../src/pcm/mask_inline.h \
|
|
../src/pcm/pcm_local.h \
|
|
../src/pcm/pcm_meter.h \
|
|
../src/pcm/pcm_plugin.h \
|
|
../src/pcm/plugin_ops.h \
|
|
../src/pcm/ladspa.h \
|
|
../src/hwdep/hwdep_local.h \
|
|
../src/mixer/mixer_local.h \
|
|
../src/rawmidi/rawmidi_local.h \
|
|
../src/seq/seq_local.h
|
|
RECURSIVE = YES
|
|
FILE_PATTERNS = *.c *.h
|
|
EXAMPLE_PATH = ../test/pcm.c ../test/latency.c
|
|
QUIET = YES
|
|
|
|
EXTRACT_ALL = NO
|
|
EXTRACT_STATIC = NO
|
|
SHOW_INCLUDE_FILES = NO
|
|
JAVADOC_AUTOBRIEF = NO
|
|
INHERIT_DOCS = YES
|
|
ENABLED_SECTIONS = ""
|
|
PREDEFINED = PIC "DOC_HIDDEN"
|
|
|
|
OPTIMIZE_OUTPUT_FOR_C = YES # doxygen 1.2.6 option
|