1196511Snetchild# Doxyfile 1.5.2
2158961Snetchild
3158961Snetchild# $FreeBSD$
4158961Snetchild
5158961Snetchild#---------------------------------------------------------------------------
6158961Snetchild# Project related configuration options
7158961Snetchild#---------------------------------------------------------------------------
8158961SnetchildPROJECT_NAME           = "FreeBSD kernel sound device code"
9158961SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_sound/
10158961SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11158961Snetchild#---------------------------------------------------------------------------
12158961Snetchild# configuration options related to the input files
13158961Snetchild#---------------------------------------------------------------------------
14159010SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/dev/sound/ $(NOTREVIEWED)
15158961Snetchild
16158961SnetchildGENERATE_TAGFILE       = dev_sound/dev_sound.tag
17158961SnetchildTAGFILES               = dev_pci/dev_pci.tag=../../dev_pci/html \
18158961Snetchild			 dev_usb/dev_usb.tag=../../dev_usb/html
19158961Snetchild
20158961Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
21158961Snetchild@INCLUDE               = common-Doxyfile
22158961Snetchild
23