freebsd-dev/tools/kerneldoc/subsys/Doxyfile-dev_al_eth
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 al_eth device code"
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_al_eth/
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = $(DOXYGEN_SRC_PATH)/dev/al_eth/ \
$(NOTREVIEWED)
GENERATE_TAGFILE = dev_al_eth/dev_al_eth.tag
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE = common-Doxyfile