]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/kerneldoc/subsys/Doxyfile-dev_sound
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / kerneldoc / subsys / Doxyfile-dev_sound
1 # Doxyfile 1.5.2
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel sound device code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_sound/
10 EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11 #---------------------------------------------------------------------------
12 # configuration options related to the input files
13 #---------------------------------------------------------------------------
14 INPUT                  = $(DOXYGEN_SRC_PATH)/dev/sound/ $(NOTREVIEWED)
15
16 GENERATE_TAGFILE       = dev_sound/dev_sound.tag
17 TAGFILES               = dev_pci/dev_pci.tag=../../dev_pci/html \
18                          dev_usb/dev_usb.tag=../../dev_usb/html
19
20 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
21 @INCLUDE               = common-Doxyfile
22