1196511Snetchild# Doxyfile 1.5.2
2158961Snetchild
3158961Snetchild# $FreeBSD$
4158961Snetchild
5158961Snetchild#---------------------------------------------------------------------------
6158961Snetchild# Project related configuration options
7158961Snetchild#---------------------------------------------------------------------------
8158961SnetchildPROJECT_NAME           = "FreeBSD kernel GEOM code"
9158961SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/geom/
10158961SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11158961Snetchild#--------------------------------------------------------------------------
12158961Snetchild# configuration options related to the input files
13158961Snetchild#---------------------------------------------------------------------------
14159010SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/geom/ $(NOTREVIEWED)
15158961Snetchild
16158961SnetchildGENERATE_TAGFILE       = geom/geom.tag
17158961Snetchild
18158961Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
19158961Snetchild@INCLUDE               = common-Doxyfile
20158961Snetchild
21