aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_ena
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2019-01-26 18:23:19 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2019-01-26 18:23:19 +0000
commit030a1f8ba2e2873195454e5fbd4da6123b0b57a0 (patch)
treec5aa0ad3b844af9472b03967d07b5c6d22e5c247 /tools/kerneldoc/subsys/Doxyfile-dev_ena
parentb294eac56bcb1a3acb75d299fe0554fd9cf28b83 (diff)
downloadsrc-030a1f8ba2e2873195454e5fbd4da6123b0b57a0.tar.gz
src-030a1f8ba2e2873195454e5fbd4da6123b0b57a0.zip
Catch up with some years of driver development.
Most impressive in terms of doxygen stuff are the isci and ocs_fc drivers.
Notes
Notes: svn path=/head/; revision=343478
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_ena')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_ena21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ena b/tools/kerneldoc/subsys/Doxyfile-dev_ena
new file mode 100644
index 000000000000..0b31e9a1f035
--- /dev/null
+++ b/tools/kerneldoc/subsys/Doxyfile-dev_ena
@@ -0,0 +1,21 @@
+# Doxyfile 1.5.2
+
+# $FreeBSD$
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "FreeBSD kernel ena device code"
+OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ena/
+EXTRACT_ALL = YES # for undocumented src, no warnings enabled
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = $(DOXYGEN_SRC_PATH)/dev/ena/ \
+ $(NOTREVIEWED)
+
+GENERATE_TAGFILE = dev_ena/dev_ena.tag
+
+@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
+@INCLUDE = common-Doxyfile
+