aboutsummaryrefslogblamecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_lindev
blob: 729609eb1d037a66545f5f785ebfbd91be14b28c (plain) (tree)





















                                                                             
# Doxyfile 1.5.2

# $FreeBSD$

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = "FreeBSD kernel LINDEV device code"
OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_lindev/
EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = $(DOXYGEN_SRC_PATH)/dev/lindev/ \
                         $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/lindev/ \
                         $(NOTREVIEWED)

GENERATE_TAGFILE       = dev_lindev/dev_lindev.tag

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