Remove more cx,ctau leftovers

Missed in r359178
This commit is contained in:
Ed Maste 2020-12-15 01:45:19 +00:00
parent 3ad80c6531
commit 369d70ec92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368652
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 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

View File

@ -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