aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-10-26 16:03:30 +0000
committerWarner Losh <imp@FreeBSD.org>2018-10-26 16:03:30 +0000
commit24b6d87155920cafd63b0fc82526b5b4fbe29a37 (patch)
tree9ada988fb6bbbdcc523e0d3a27cf28e39828f908 /tools/kerneldoc
parent09efa3dfb2796c6a2f6fe31f907d25e914715aeb (diff)
Notes
Diffstat (limited to 'tools/kerneldoc')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_joy21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_joy b/tools/kerneldoc/subsys/Doxyfile-dev_joy
deleted file mode 100644
index d1fd6fd30e64..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_joy
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel JOY device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_joy/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/joy/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_joy/dev_joy.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-