summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2020-09-14 22:42:17 +0000
committerEric Joyner <erj@FreeBSD.org>2020-09-14 22:42:17 +0000
commitc32f121ec43fbf60be6da1ca87476ace1ed15a85 (patch)
tree7c92e9ad89d3058d1467e7acc7269c82157a4201 /tools
parente71aeea66663b5ce6691bcf47018fd773cdfbaab (diff)
downloadsrc-test2-c32f121ec43fbf60be6da1ca87476ace1ed15a85.tar.gz
src-test2-c32f121ec43fbf60be6da1ca87476ace1ed15a85.zip
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_ice21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ice b/tools/kerneldoc/subsys/Doxyfile-dev_ice
new file mode 100644
index 000000000000..e597f87711b0
--- /dev/null
+++ b/tools/kerneldoc/subsys/Doxyfile-dev_ice
@@ -0,0 +1,21 @@
+# Doxyfile 1.5.2
+
+# $FreeBSD$
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "FreeBSD kernel ice device code"
+OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ice/
+EXTRACT_ALL = YES # TODO: ice has @file comments.. disable this?
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = $(DOXYGEN_SRC_PATH)/dev/ice/ \
+ $(NOTREVIEWED)
+
+GENERATE_TAGFILE = dev_ice/dev_ice.tag
+
+@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
+@INCLUDE = common-Doxyfile
+