summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-12-15 01:45:19 +0000
committerEd Maste <emaste@FreeBSD.org>2020-12-15 01:45:19 +0000
commit369d70ec9282cccf131ab0400b05dad13ba8116d (patch)
treef1c9e04e65e4fc5fa3e9c1a2208c8daecd5c54cd
parent3ad80c65314e877abc10712824f77b3cb0d6212f (diff)
downloadsrc-test2-369d70ec9282cccf131ab0400b05dad13ba8116d.tar.gz
src-test2-369d70ec9282cccf131ab0400b05dad13ba8116d.zip
Notes
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_ctau21
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_cx21
2 files changed, 0 insertions, 42 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ctau b/tools/kerneldoc/subsys/Doxyfile-dev_ctau
deleted file mode 100644
index 04e1ccb91e39..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_ctau
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel CTAU device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ctau/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/ctau/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_ctau/dev_ctau.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_cx b/tools/kerneldoc/subsys/Doxyfile-dev_cx
deleted file mode 100644
index 4912b305f713..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_cx
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel CX device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_cx/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/cx/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_cx/dev_cx.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-