1230479Snetchild# Doxyfile 1.5.2
2230479Snetchild
3230479Snetchild# $FreeBSD$
4230479Snetchild
5230479Snetchild#---------------------------------------------------------------------------
6230479Snetchild# Project related configuration options
7230479Snetchild#---------------------------------------------------------------------------
8230479SnetchildPROJECT_NAME           = "FreeBSD kernel TX device code"
9230479SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_tx/
10230479SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11230479Snetchild#---------------------------------------------------------------------------
12230479Snetchild# configuration options related to the input files
13230479Snetchild#---------------------------------------------------------------------------
14230479SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/dev/tx/ \
15230479Snetchild                         $(NOTREVIEWED)
16230479Snetchild
17230479SnetchildGENERATE_TAGFILE       = dev_tx/dev_tx.tag
18230479Snetchild
19230479Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20230479Snetchild@INCLUDE               = common-Doxyfile
21230479Snetchild
22