Remove Doxyfiles for recently removed drivers.

This commit is contained in:
Justin Hibbits 2023-02-06 13:08:37 -05:00
parent 655d043b49
commit 61593cb297
2 changed files with 0 additions and 42 deletions

View File

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

View File

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