Remove Doxyfile for sys/dev/ubsec since it has been removed.

This commit is contained in:
John Baldwin 2020-05-15 22:55:49 +00:00
parent f13fe6f8e9
commit 713d00e7b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361092

View File

@ -1,21 +0,0 @@
# Doxyfile 1.5.2
# $FreeBSD$
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "FreeBSD kernel UBSEC device code"
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ubsec/
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = $(DOXYGEN_SRC_PATH)/dev/ubsec/ \
$(NOTREVIEWED)
GENERATE_TAGFILE = dev_ubsec/dev_ubsec.tag
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE = common-Doxyfile