r338172 followup - removal of stray drm references

This commit is contained in:
Matt Macy 2018-08-22 03:04:43 +00:00
parent 92c151322b
commit d494a4a745
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338177
2 changed files with 0 additions and 22 deletions

View file

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

View file

@ -16,7 +16,6 @@ commitsdb A tool for reconstructing commit history using md5
crypto Test and exercise tools related to the crypto framework
cxgbetool A tool for the cxgbe(4) driver.
cxgbtool A tool for the cxgb(4) driver.
drm Tools specific to the DRM/KMS device drivers.
editing Editor modes and the like to help editing FreeBSD code.
epfe Extract printing filter examples from printing.sgml.
ether_reflect An Ethernet packet reflector for low level testing.