From a7e24b48d2de84d222a2cd4f1a37ba3489cc1e45 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 15 Dec 2020 18:44:41 +0000 Subject: [PATCH] Remove Doxyfiles for removed drivers Reported by: emaste --- tools/kerneldoc/subsys/Doxyfile-dev_auxio | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_bktr | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_bm | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_cs | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_cy | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_de | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_ed | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_ep | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_ex | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_fe | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_hme | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_nand | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_pcn | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_rc | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_rp | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_sf | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_sio | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_sn | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_tl | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_trm | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_tx | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_txp | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_vx | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_wb | 21 --------------------- tools/kerneldoc/subsys/Doxyfile-dev_xe | 21 --------------------- 25 files changed, 525 deletions(-) delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_auxio delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_bktr delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_bm delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_cs delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_cy delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_de delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_ed delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_ep delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_ex delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_fe delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_hme delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_nand delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_pcn delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_rc delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_rp delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_sf delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_sio delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_sn delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_tl delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_trm delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_tx delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_txp delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_vx delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_wb delete mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_xe diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_auxio b/tools/kerneldoc/subsys/Doxyfile-dev_auxio deleted file mode 100644 index beeff14bdda..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_auxio +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel AUXIO device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_auxio/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/auxio/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_auxio/dev_auxio.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_bktr b/tools/kerneldoc/subsys/Doxyfile-dev_bktr deleted file mode 100644 index 465c1672fd0..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_bktr +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel BKTR device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_bktr/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/bktr/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_bktr/dev_bktr.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_bm b/tools/kerneldoc/subsys/Doxyfile-dev_bm deleted file mode 100644 index 83f0f193d32..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_bm +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel BM device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_bm/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/bm/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_bm/dev_bm.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_cs b/tools/kerneldoc/subsys/Doxyfile-dev_cs deleted file mode 100644 index d57dd282fc7..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_cs +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel CS device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_cs/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/cs/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_cs/dev_cs.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_cy b/tools/kerneldoc/subsys/Doxyfile-dev_cy deleted file mode 100644 index aa9fbdad7bc..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_cy +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel CY device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_cy/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/cy/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_cy/dev_cy.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_de b/tools/kerneldoc/subsys/Doxyfile-dev_de deleted file mode 100644 index 27969b7c823..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_de +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel DE device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_de/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/de/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_de/dev_de.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ed b/tools/kerneldoc/subsys/Doxyfile-dev_ed deleted file mode 100644 index 85e07cb2db3..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_ed +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel ED device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ed/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/ed/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_ed/dev_ed.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ep b/tools/kerneldoc/subsys/Doxyfile-dev_ep deleted file mode 100644 index 8a4ac224b59..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_ep +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel EP device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ep/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/ep/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_ep/dev_ep.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ex b/tools/kerneldoc/subsys/Doxyfile-dev_ex deleted file mode 100644 index a2bbb130356..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_ex +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel EX device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ex/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/ex/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_ex/dev_ex.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_fe b/tools/kerneldoc/subsys/Doxyfile-dev_fe deleted file mode 100644 index 1c7b0b68627..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_fe +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel FE device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_fe/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/fe/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_fe/dev_fe.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_hme b/tools/kerneldoc/subsys/Doxyfile-dev_hme deleted file mode 100644 index c7bcc0d7169..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_hme +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel HME device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_hme/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/hme/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_hme/dev_hme.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_nand b/tools/kerneldoc/subsys/Doxyfile-dev_nand deleted file mode 100644 index cf791507393..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_nand +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel nand device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_nand/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/nand/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_nand/dev_nand.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_pcn b/tools/kerneldoc/subsys/Doxyfile-dev_pcn deleted file mode 100644 index ba88b6d99af..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_pcn +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel PCN device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_pcn/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/pcn/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_pcn/dev_pcn.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_rc b/tools/kerneldoc/subsys/Doxyfile-dev_rc deleted file mode 100644 index fea7d73e602..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_rc +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel RC device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_rc/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/rc/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_rc/dev_rc.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_rp b/tools/kerneldoc/subsys/Doxyfile-dev_rp deleted file mode 100644 index 60a59c1fc17..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_rp +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel RP device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_rp/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/rp/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_rp/dev_rp.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_sf b/tools/kerneldoc/subsys/Doxyfile-dev_sf deleted file mode 100644 index 17d1df641bd..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_sf +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel SF device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_sf/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/sf/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_sf/dev_sf.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_sio b/tools/kerneldoc/subsys/Doxyfile-dev_sio deleted file mode 100644 index c2c851cb0bc..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_sio +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel SIO device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_sio/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/sio/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_sio/dev_sio.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_sn b/tools/kerneldoc/subsys/Doxyfile-dev_sn deleted file mode 100644 index 7ccba718f3b..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_sn +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel SN device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_sn/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/sn/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_sn/dev_sn.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_tl b/tools/kerneldoc/subsys/Doxyfile-dev_tl deleted file mode 100644 index 10599113247..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_tl +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel TL device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_tl/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- - $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/tl/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_tl/dev_tl.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_trm b/tools/kerneldoc/subsys/Doxyfile-dev_trm deleted file mode 100644 index cc7d7b618e8..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_trm +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel TRM device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_trm/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/trm/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_trm/dev_trm.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_tx b/tools/kerneldoc/subsys/Doxyfile-dev_tx deleted file mode 100644 index 603d34ffbb5..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_tx +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel TX device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_tx/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/tx/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_tx/dev_tx.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_txp b/tools/kerneldoc/subsys/Doxyfile-dev_txp deleted file mode 100644 index 3884a4343ec..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_txp +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel TXP device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_txp/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/txp/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_txp/dev_txp.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_vx b/tools/kerneldoc/subsys/Doxyfile-dev_vx deleted file mode 100644 index c46932a0e05..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_vx +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel VX device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_vx/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/vx/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_vx/dev_vx.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_wb b/tools/kerneldoc/subsys/Doxyfile-dev_wb deleted file mode 100644 index a03c6d4e19f..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_wb +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel WB device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_wb/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/wb/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_wb/dev_wb.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_xe b/tools/kerneldoc/subsys/Doxyfile-dev_xe deleted file mode 100644 index 8ccd080476f..00000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_xe +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel XE device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_xe/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/xe/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_xe/dev_xe.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile -