xref: /freebsd/tools/kerneldoc/subsys/Doxyfile-dev_qlxge (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1 # Doxyfile 1.5.2
2 
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = "FreeBSD kernel qlxge device code"
7 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_qlxge/
8 EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
9 #---------------------------------------------------------------------------
10 # configuration options related to the input files
11 #---------------------------------------------------------------------------
12 INPUT                  = $(DOXYGEN_SRC_PATH)/dev/qlxge/ \
13                          $(NOTREVIEWED)
14 
15 GENERATE_TAGFILE       = dev_qlxge/dev_qlxge.tag
16 
17 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
18 @INCLUDE               = common-Doxyfile
19 
20