]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/kerneldoc/subsys/Doxyfile-net80211
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / kerneldoc / subsys / Doxyfile-net80211
1 # Doxyfile 1.5.2
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel WLAN code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/net80211/
10 EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11 #--------------------------------------------------------------------------
12 # configuration options related to the input files
13 #---------------------------------------------------------------------------
14 INPUT                  = $(DOXYGEN_SRC_PATH)/net80211/ $(NOTREVIEWED)
15
16 GENERATE_TAGFILE       = net80211/net80211.tag
17
18 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
19 @INCLUDE               = common-Doxyfile
20