mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
20 lines
840 B
Plaintext
20 lines
840 B
Plaintext
# Doxyfile 1.5.2
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|
|
PROJECT_NAME = "FreeBSD kernel MII device code"
|
|
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_mii/
|
|
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the input files
|
|
#---------------------------------------------------------------------------
|
|
INPUT = $(DOXYGEN_SRC_PATH)/dev/mii/ \
|
|
$(NOTREVIEWED)
|
|
|
|
GENERATE_TAGFILE = dev_mii/dev_mii.tag
|
|
|
|
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
|
|
@INCLUDE = common-Doxyfile
|
|
|