aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_nxge
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_nxge')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_nxge21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_nxge b/tools/kerneldoc/subsys/Doxyfile-dev_nxge
deleted file mode 100644
index 90884ccf6efd..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_nxge
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel NXGE device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_nxge/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/nxge/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_nxge/dev_nxge.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-