1# Doxyfile 1.5.2 2 3# $FreeBSD$ 4 5#--------------------------------------------------------------------------- 6# Project related configuration options 7#--------------------------------------------------------------------------- 8PROJECT_NAME = "FreeBSD kernel ice device code" 9OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ice/ 10EXTRACT_ALL = YES # TODO: ice has @file comments.. disable this? 11#--------------------------------------------------------------------------- 12# configuration options related to the input files 13#--------------------------------------------------------------------------- 14INPUT = $(DOXYGEN_SRC_PATH)/dev/ice/ \ 15 $(NOTREVIEWED) 16 17GENERATE_TAGFILE = dev_ice/dev_ice.tag 18 19@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) 20@INCLUDE = common-Doxyfile 21 22