diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2012-01-23 11:37:40 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2012-01-23 11:37:40 +0000 |
commit | 07c1584e76052fffcbbd0df6f44dca2a336e881d (patch) | |
tree | 7e34c5b7236d90701354a5279ff1dfabf6ea190b /tools/kerneldoc/subsys/Doxyfile-dev_en | |
parent | e6e3bcd37638337cd08bc16db296e823462afda9 (diff) | |
download | src-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_en')
-rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_en | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_en b/tools/kerneldoc/subsys/Doxyfile-dev_en new file mode 100644 index 000000000000..1ea7776dd7f8 --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_en @@ -0,0 +1,22 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel EN device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_en/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/en/ \ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/en/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_en/dev_en.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + |