# Doxyfile 1.4.1

# $MidnightBSD: src/tools/kerneldoc/subsys/Doxyfile-libkern,v 1.1 2008/09/16 00:50:12 laffer1 Exp $
# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-libkern,v 1.3 2006/07/08 12:31:33 netchild Exp $

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = "MidnightBSD kernel libkern code"
OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/libkern/
EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
#--------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = $(DOXYGEN_SRC_PATH)/libkern/ $(NOTREVIEWED)

GENERATE_TAGFILE       = libkern/libkern.tag

@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE               = common-Doxyfile

