Doxyfile-dev_nxge revision 302408
1# Doxyfile 1.5.2
2
3# $FreeBSD: stable/11/tools/kerneldoc/subsys/Doxyfile-dev_nxge 230862 2012-02-01 10:59:19Z netchild $
4
5#---------------------------------------------------------------------------
6# Project related configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME           = "FreeBSD kernel NXGE device code"
9OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_nxge/
10EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11#---------------------------------------------------------------------------
12# configuration options related to the input files
13#---------------------------------------------------------------------------
14INPUT                  = $(DOXYGEN_SRC_PATH)/dev/nxge/ \
15                         $(NOTREVIEWED)
16
17GENERATE_TAGFILE       = dev_nxge/dev_nxge.tag
18
19@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20@INCLUDE               = common-Doxyfile
21
22