mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
030a1f8ba2
Most impressive in terms of doxygen stuff are the isci and ocs_fc drivers.
22 lines
873 B
Plaintext
22 lines
873 B
Plaintext
# Doxyfile 1.5.2
|
|
|
|
# $FreeBSD$
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|
|
PROJECT_NAME = "FreeBSD kernel cadence device code"
|
|
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_cadence/
|
|
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the input files
|
|
#---------------------------------------------------------------------------
|
|
INPUT = $(DOXYGEN_SRC_PATH)/dev/cadence/ \
|
|
$(NOTREVIEWED)
|
|
|
|
GENERATE_TAGFILE = dev_cadence/dev_cadence.tag
|
|
|
|
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
|
|
@INCLUDE = common-Doxyfile
|
|
|