1196511Snetchild# Doxyfile 1.5.2
2158961Snetchild
3158961Snetchild# $FreeBSD: releng/10.3/tools/kerneldoc/subsys/Doxyfile-netipsec 196511 2009-08-24 13:10:55Z netchild $
4158961Snetchild
5158961Snetchild#---------------------------------------------------------------------------
6158961Snetchild# Project related configuration options
7158961Snetchild#---------------------------------------------------------------------------
8158961SnetchildPROJECT_NAME           = "FreeBSD kernel IPsec code"
9158961SnetchildOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/netipsec/
10158961SnetchildEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11158961Snetchild#--------------------------------------------------------------------------
12158961Snetchild# configuration options related to the input files
13158961Snetchild#---------------------------------------------------------------------------
14159010SnetchildINPUT                  = $(DOXYGEN_SRC_PATH)/netipsec/ $(NOTREVIEWED)
15158961Snetchild
16158961SnetchildGENERATE_TAGFILE       = netipsec/netipsec.tag
17158961Snetchild
18158961Snetchild@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
19158961Snetchild@INCLUDE               = common-Doxyfile
20158961Snetchild
21