xref: /freebsd/tools/kerneldoc/subsys/Doxyfile-xen (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*030a1f8bSAlexander Leidinger# Doxyfile 1.5.2
2*030a1f8bSAlexander Leidinger
3*030a1f8bSAlexander Leidinger#---------------------------------------------------------------------------
4*030a1f8bSAlexander Leidinger# Project related configuration options
5*030a1f8bSAlexander Leidinger#---------------------------------------------------------------------------
6*030a1f8bSAlexander LeidingerPROJECT_NAME           = "FreeBSD xen subsystem code"
7*030a1f8bSAlexander LeidingerOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/xen/
8*030a1f8bSAlexander LeidingerEXTRACT_ALL            = NO
9*030a1f8bSAlexander Leidinger#---------------------------------------------------------------------------
10*030a1f8bSAlexander Leidinger# configuration options related to the input files
11*030a1f8bSAlexander Leidinger#---------------------------------------------------------------------------
12*030a1f8bSAlexander LeidingerINPUT                  = $(DOXYGEN_SRC_PATH)/xen/
13*030a1f8bSAlexander Leidinger
14*030a1f8bSAlexander LeidingerGENERATE_TAGFILE       = xen/xen.tag
15*030a1f8bSAlexander Leidinger
16*030a1f8bSAlexander Leidinger@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
17*030a1f8bSAlexander Leidinger@INCLUDE               = common-Doxyfile
18*030a1f8bSAlexander Leidinger
19