Date: Fri, 30 Dec 2005 17:14:43 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: current@freebsd.org Subject: Updated doxygen docs of parts of the kernel Message-ID: <20051230171443.6a3e323c@Magellan.Leidinger.net>
next in thread | raw e-mail | index | archive | help
Hi, I updated the doxygen generated PDFs of parts of the kernel (as of Dec 28) at http://www.leidinger.net/FreeBSD/src_doc/ If there's a particular subsystem you are interested in, but isn't available there, please send me some appropriate hints. As an example, here's the Doxyfile which contains all information I need to generate the GEOM subsystem PDF: ---snip--- # Doxyfile 1.4.1 #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "FreeBSD kernel GEOM code" OUTPUT_DIRECTORY = geom/ EXTRACT_ALL = YES # for undocumented src, no warnings enabled #-------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = /usr/src/sys/geom/ GENERATE_TAGFILE = geom/geom.tag @INCLUDE = common-Doxyfile ---snip--- Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051230171443.6a3e323c>