summaryrefslogtreecommitdiffstats
path: root/tools/kerneldoc/subsys/Doxyfile-vm
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-05-26 18:06:07 +0000
committernetchild <netchild@FreeBSD.org>2006-05-26 18:06:07 +0000
commitdb261387073c8a6b1a1606b7f5fe95ed1cc10b35 (patch)
tree5a035a00dca58d926c391c2d3a7c2b8abffc059a /tools/kerneldoc/subsys/Doxyfile-vm
parent18c5cc5ccc6809ea423d197cbd9fa52fefe8477c (diff)
downloadFreeBSD-src-db261387073c8a6b1a1606b7f5fe95ed1cc10b35.zip
FreeBSD-src-db261387073c8a6b1a1606b7f5fe95ed1cc10b35.tar.gz
This is the kernel subsystem API documentation generation framework.
It uses doxygen to generate the API documentation. For each subsystem a very small (about 20 lines with comments) subsystem specific Doxyfile has to be written (have a look at the README for more). All common doxygen options are specified in a separate file. The framework is configured to not only generate the HTML version, but also a PDF version (the paper size is hardcoded to DIN A4 currently and depending on the subsystem you have to increase some limits in the latex configuration of your system, the README tells more about this). It also allows cross-references between the subsystems (it generates doxygen tag files). Currently the docs are generated in OBJDIR, but this may change after coordination with doc@. The makefile is prepared to generate/move various parts of the generated docs to different destinations. TARGET_ARCH is respected and some env-vars are set for architecture specific handling of the source (the README tells more). Subsystems for which docs are generated: - cam - crypto - dev_pci - dev_sound - dev_usb - geom - i4b - kern - libkern - linux - net80211 - netgraph - netinet - netinet6 - netipsec - opencrypto - vm Requested by: gnn
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-vm')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-vm20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-vm b/tools/kerneldoc/subsys/Doxyfile-vm
new file mode 100644
index 0000000..c232997
--- /dev/null
+++ b/tools/kerneldoc/subsys/Doxyfile-vm
@@ -0,0 +1,20 @@
+# Doxyfile 1.4.1
+
+# $FreeBSD$
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "FreeBSD virtual memory subsystem code"
+OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/vm/
+EXTRACT_ALL = YES # for undocumented src, no warnings enabled
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = $(DOXYGEN_SRC_PATH)/vm/
+
+GENERATE_TAGFILE = vm/vm.tag
+
+@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
+@INCLUDE = common-Doxyfile
+
OpenPOWER on IntegriCloud