Doxyfile-dev_cxgb revision 230862
1272343Sngie# Doxyfile 1.5.2
2272343Sngie
3272343Sngie# $FreeBSD: head/tools/kerneldoc/subsys/Doxyfile-dev_cxgb 230862 2012-02-01 10:59:19Z netchild $
4272343Sngie
5272343Sngie#---------------------------------------------------------------------------
6272343Sngie# Project related configuration options
7272343Sngie#---------------------------------------------------------------------------
8272343SngiePROJECT_NAME           = "FreeBSD kernel CXGB device code"
9272343SngieOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_cxgb/
10272343SngieEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11272343Sngie#---------------------------------------------------------------------------
12272343Sngie# configuration options related to the input files
13272343Sngie#---------------------------------------------------------------------------
14272343SngieINPUT                  = $(DOXYGEN_SRC_PATH)/dev/cxgb/ \
15272343Sngie                         $(NOTREVIEWED)
16272343Sngie
17272343SngieGENERATE_TAGFILE       = dev_cxgb/dev_cxgb.tag
18272343Sngie
19272343Sngie@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20272343Sngie@INCLUDE               = common-Doxyfile
21272343Sngie
22272343Sngie