From: Jaroslav Kysela Date: Thu, 8 Feb 2001 14:30:21 +0000 (+0000) Subject: Added configuration file and the output directory for doxygen X-Git-Tag: v1.0.3~979 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d47a86d5e77b4c06ef738f523a1e9201dfa7a6b3;p=alsa-lib.git Added configuration file and the output directory for doxygen --- diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg new file mode 100644 index 00000000..285f1a15 --- /dev/null +++ b/doc/doxygen.cfg @@ -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