Doxyfile-net80211 revision 158961
1158961Snetchild# Doxyfile 1.4.1
2158961Snetchild
3158961Snetchild# $FreeBSD: head/tools/kerneldoc/subsys/Doxyfile-net80211 158961 2006-05-26 18:06:07Z netchild $
4158961Snetchild
5158961Snetchild#---------------------------------------------------------------------------
6158961Snetchild# Project related configuration options
7158961Snetchild#---------------------------------------------------------------------------
8158961SnetchildPROJECT_NAME           = "FreeBSD kernel WLAN code"
9158961SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/net80211/
10158961SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11158961Snetchild#--------------------------------------------------------------------------
12158961Snetchild# configuration options related to the input files
13158961Snetchild#---------------------------------------------------------------------------
14158961SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/net80211/
15158961Snetchild
16158961SnetchildGENERATE_TAGFILE       = net80211/net80211.tag
17158961Snetchild
18158961Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
19158961Snetchild@INCLUDE               = common-Doxyfile
20158961Snetchild
21