freebsd-dev/tools/kerneldoc/subsys/Doxyfile-xen
Alexander Leidinger 030a1f8ba2 Catch up with some years of driver development.
Most impressive in terms of doxygen stuff are the isci and
ocs_fc drivers.
2019-01-26 18:23:19 +00:00

21 lines
743 B
Plaintext

# Doxyfile 1.5.2
# $FreeBSD$
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "FreeBSD xen subsystem code"
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/xen/
EXTRACT_ALL = NO
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = $(DOXYGEN_SRC_PATH)/xen/
GENERATE_TAGFILE = xen/xen.tag
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE = common-Doxyfile