mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- changed snd_config_get_id function to follow semantic of other get functions
- added snd_config_test_id
- added runtime pointer type (not persistent)
- added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
- added type/contents checking for callback functions
- changed 'void *private_data' to 'snd_config_t *private_data'
- renamed card_strtype functions to card_driver
Control:
- fixed passing parameters to snd_ctl_async
Async handlers:
- added public snd_async_handler_get_signo function
Documentation:
- moved all documentation to source files
54 lines
1.4 KiB
INI
54 lines
1.4 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/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
|
|
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/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
|