freebsd-dev/tools/kerneldoc/subsys/Doxyfile-dev_ocs_fc
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
868 B
Plaintext

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