Doxyfile-dev_wds revision 230479
1230479Snetchild# Doxyfile 1.5.2
2230479Snetchild
3230479Snetchild# $FreeBSD: head/tools/kerneldoc/subsys/Doxyfile-dev_wds 230479 2012-01-23 11:37:40Z netchild $
4230479Snetchild
5230479Snetchild#---------------------------------------------------------------------------
6230479Snetchild# Project related configuration options
7230479Snetchild#---------------------------------------------------------------------------
8230479SnetchildPROJECT_NAME           = "FreeBSD kernel WDS device code"
9230479SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_wds/
10230479SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11230479Snetchild#---------------------------------------------------------------------------
12230479Snetchild# configuration options related to the input files
13230479Snetchild#---------------------------------------------------------------------------
14230479SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/dev/wds/ \
15230479Snetchild                         $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/wds/ \
16230479Snetchild                         $(NOTREVIEWED)
17230479Snetchild
18230479SnetchildGENERATE_TAGFILE       = dev_wds/dev_wds.tag
19230479Snetchild
20230479Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
21230479Snetchild@INCLUDE               = common-Doxyfile
22230479Snetchild
23