mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Added sort & compare functions to the mixer API.
This commit is contained in:
parent
955b9fc335
commit
6f3b01b79c
7 changed files with 160 additions and 63 deletions
|
|
@ -2,11 +2,12 @@ PROJECT_NAME = "ALSA project - the C library reference"
|
|||
OUTPUT_DIRECTORY = doxygen
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_MAN = NO
|
||||
INPUT = ../include/asoundlib.h ../src
|
||||
INPUT = ../../alsa-driver/include/asound.h ../include/asoundlib.h ../src
|
||||
FILE_PATTERNS = *.c *.h
|
||||
#EXAMPLE_PATH = example_test.cpp
|
||||
QUIET = NO
|
||||
|
||||
EXTRACT_ALL = NO
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_STATIC = YES
|
||||
#PREDEFINED = DOC_PUBLIC
|
||||
RECURSIVE = YES
|
||||
PREDEFINED = DOC_PUBLIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue