freebsd-dev/tools/kerneldoc/subsys/Doxyfile-dev_viapm
Alexander Leidinger 030a1f8ba2 Catch up with some years of driver development.
Most impressive in terms of doxygen stuff are the isci and
ocs_fc drivers.
2019-01-26 18:23:19 +00:00

22 lines
863 B
Plaintext

# Doxyfile 1.5.2
# $FreeBSD$
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "FreeBSD kernel viapm device code"
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_viapm/
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = $(DOXYGEN_SRC_PATH)/dev/viapm/ \
$(NOTREVIEWED)
GENERATE_TAGFILE = dev_viapm/dev_viapm.tag
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE = common-Doxyfile