1# Doxyfile 1.5.2 2 3#--------------------------------------------------------------------------- 4# Project related configuration options 5#--------------------------------------------------------------------------- 6PROJECT_NAME = "FreeBSD xen subsystem code" 7OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/xen/ 8EXTRACT_ALL = NO 9#--------------------------------------------------------------------------- 10# configuration options related to the input files 11#--------------------------------------------------------------------------- 12INPUT = $(DOXYGEN_SRC_PATH)/xen/ 13 14GENERATE_TAGFILE = xen/xen.tag 15 16@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) 17@INCLUDE = common-Doxyfile 18 19