]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added configuration file and the output directory for doxygen
authorJaroslav Kysela <perex@perex.cz>
Thu, 8 Feb 2001 14:30:21 +0000 (14:30 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 8 Feb 2001 14:30:21 +0000 (14:30 +0000)
doc/doxygen.cfg [new file with mode: 0644]

diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
new file mode 100644 (file)
index 0000000..285f1a1
--- /dev/null
@@ -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