mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Added configuration file and the output directory for doxygen
This commit is contained in:
parent
93265d5c0f
commit
d47a86d5e7
1 changed files with 12 additions and 0 deletions
12
doc/doxygen.cfg
Normal file
12
doc/doxygen.cfg
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
PROJECT_NAME = "ALSA project - the C library reference"
|
||||||
|
OUTPUT_DIRECTORY = doxygen
|
||||||
|
GENERATE_LATEX = NO
|
||||||
|
GENERATE_MAN = NO
|
||||||
|
INPUT = ../include/asoundlib.h ../src
|
||||||
|
FILE_PATTERNS = *.c *.h
|
||||||
|
#EXAMPLE_PATH = example_test.cpp
|
||||||
|
QUIET = NO
|
||||||
|
|
||||||
|
EXTRACT_ALL = NO
|
||||||
|
EXTRACT_STATIC = YES
|
||||||
|
#PREDEFINED = DOC_PUBLIC
|
||||||
Loading…
Add table
Add a link
Reference in a new issue