From 328a5e4f1a048db4991d7ad7ecfb8168a34aad98 Mon Sep 17 00:00:00 2001 From: netchild Date: Mon, 23 Jan 2012 11:37:40 +0000 Subject: 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 --- tools/kerneldoc/subsys/Doxyfile-dev_mmc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_mmc (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_mmc') diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_mmc b/tools/kerneldoc/subsys/Doxyfile-dev_mmc new file mode 100644 index 0000000..23dc7041 --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_mmc @@ -0,0 +1,22 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel MMC device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_mmc/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/mmc/ \ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/mmc/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_mmc/dev_mmc.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + -- cgit v1.1