aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-11-25 07:21:24 +0000
committerWarner Losh <imp@FreeBSD.org>2021-11-25 07:45:12 +0000
commit0d5935af8f2ea7675760af234723f472240c386f (patch)
tree97e464f8dd94ba9f1367b8cfd9059a78ba5bcaf6 /tools/kerneldoc/subsys
parent60de2867c9fccac5ee3782fcc64fea6f0ae3ef06 (diff)
downloadsrc-0d5935af8f2ea7675760af234723f472240c386f.tar.gz
src-0d5935af8f2ea7675760af234723f472240c386f.zip
esp: Remove
Belatedly remove esp(4). It was tagged as gone in 13, but was overlooked until now. Sponsored by: Netflix Reviewed by: scottl Differential Revision: https://reviews.freebsd.org/D33115
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_esp21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_esp b/tools/kerneldoc/subsys/Doxyfile-dev_esp
deleted file mode 100644
index c66d8f99d9cb..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_esp
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel ESP device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_esp/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/esp/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_esp/dev_esp.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-