aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_sound
blob: 012fdd2806e49655ea6cc81f448f04ad0116dfe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Doxyfile 1.5.2

# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-dev_sound,v 1.3.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = "FreeBSD kernel sound device code"
OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_sound/
EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = $(DOXYGEN_SRC_PATH)/dev/sound/ $(NOTREVIEWED)

GENERATE_TAGFILE       = dev_sound/dev_sound.tag
TAGFILES               = dev_pci/dev_pci.tag=../../dev_pci/html \
			 dev_usb/dev_usb.tag=../../dev_usb/html

@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE               = common-Doxyfile