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