1210677Snwhitehorn# Doxyfile 1.5.2
2210677Snwhitehorn
3210677Snwhitehorn# $FreeBSD$
4210677Snwhitehorn
5210677Snwhitehorn#---------------------------------------------------------------------------
6210677Snwhitehorn# Project related configuration options
7210677Snwhitehorn#---------------------------------------------------------------------------
8210677SnwhitehornPROJECT_NAME           = "FreeBSD kernel XE device code"
9210677SnwhitehornOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_xe/
10210677SnwhitehornEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11210677Snwhitehorn#---------------------------------------------------------------------------
12210677Snwhitehorn# configuration options related to the input files
13210677Snwhitehorn#---------------------------------------------------------------------------
14210677SnwhitehornINPUT                  = $(DOXYGEN_SRC_PATH)/dev/xe/ \
15210677Snwhitehorn                         $(NOTREVIEWED)
16210677Snwhitehorn
17210677SnwhitehornGENERATE_TAGFILE       = dev_xe/dev_xe.tag
18210677Snwhitehorn
19210677Snwhitehorn@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20210677Snwhitehorn@INCLUDE               = common-Doxyfile
21210677Snwhitehorn
22210677Snwhitehorn