From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 08:56:38 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A4D16A4CE; Tue, 29 Mar 2005 08:56:38 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7809143D48; Tue, 29 Mar 2005 08:56:35 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id j2T8qiw4023944; Tue, 29 Mar 2005 09:52:44 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: freebsd-current@freebsd.org Date: Tue, 29 Mar 2005 09:52:37 +0100 User-Agent: KMail/1.7.1 References: <20050327151754.2ee82124@Magellan.Leidinger.net> In-Reply-To: <20050327151754.2ee82124@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503290952.38133.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: Alexander Leidinger cc: current@freebsd.org Subject: Re: Doxygen docu for parts of the FreeBSD kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 08:56:38 -0000 On Sunday 27 March 2005 14:17, Alexander Leidinger wrote: > Hi, > > I've prepared a doxygen framework to generate the documentation of > parts of FreeBSD. It consists of a Makefile which doesn't need to be > extended for additional parts FreeBSD, a set of Doxygen config files, > and a file which contains dependency information. > > It's available from > http://www.Leidinger.net/FreeBSD/FreeBSD-Dox.tar.bz2 > > Feel free to send improvements/fixes/.... You could also take a look at /usr/src/sys/doc/{Makefile,Doxyfile} which already generates docs for the kernel...