From 369d70ec9282cccf131ab0400b05dad13ba8116d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 15 Dec 2020 01:45:19 +0000 Subject: [PATCH] Remove more cx,ctau leftovers Missed in r359178 --- tools/kerneldoc/subsys/Doxyfile-dev_ctau | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_cx | 21 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_ctau delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_cx 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 -