aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_asr
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2012-01-23 11:37:40 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2012-01-23 11:37:40 +0000
commit07c1584e76052fffcbbd0df6f44dca2a336e881d (patch)
tree7e34c5b7236d90701354a5279ff1dfabf6ea190b /tools/kerneldoc/subsys/Doxyfile-dev_asr
parente6e3bcd37638337cd08bc16db296e823462afda9 (diff)
downloadsrc-07c1584e76052fffcbbd0df6f44dca2a336e881d.tar.gz
src-07c1584e76052fffcbbd0df6f44dca2a336e881d.zip
Mechanically add a config for all missing drivers.
No cross-referencing was added to the configs, so no automatic linking to the documentation of other subsystems. Drivers which already contain doxygen markup: agp ath bktr bxe cxgb cxgbe dpt drm e1000 iir ixgbe mwl nxge ofw pccard siba wpi xen
Notes
Notes: svn path=/head/; revision=230479
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_asr')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_asr22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_asr b/tools/kerneldoc/subsys/Doxyfile-dev_asr
new file mode 100644
index 000000000000..28554d26bdec
--- /dev/null
+++ b/tools/kerneldoc/subsys/Doxyfile-dev_asr
@@ -0,0 +1,22 @@
+# Doxyfile 1.5.2
+
+# $FreeBSD$
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "FreeBSD kernel ASR device code"
+OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_asr/
+EXTRACT_ALL = YES # for undocumented src, no warnings enabled
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = $(DOXYGEN_SRC_PATH)/dev/asr/ \
+ $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/asr/ \
+ $(NOTREVIEWED)
+
+GENERATE_TAGFILE = dev_asr/dev_asr.tag
+
+@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
+@INCLUDE = common-Doxyfile
+