X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 754029DC801 for ; Mon, 16 Jan 2006 08:43:56 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 32372-09 for ; Mon, 16 Jan 2006 08:43:59 -0400 (AST) Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id E103F9DC81F for ; Mon, 16 Jan 2006 08:43:53 -0400 (AST) Received: from mailgw.dmi.dk (mailgw.dmi.dk [130.226.71.185]) by svr4.postgresql.org (Postfix) with ESMTP id C65CD5AF02D for ; Mon, 16 Jan 2006 12:43:57 +0000 (GMT) Received: from localhost (localhost.dmi.dk [127.0.0.1]) by mailgw.dmi.dk (8.12.11/8.12.11/Debian-1) with ESMTP id k0GChobN006997 for ; Mon, 16 Jan 2006 12:43:50 GMT Received: from mailgw.dmi.dk ([127.0.0.1]) by localhost (mailgw.dmi.dk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06874-07 for ; Mon, 16 Jan 2006 12:43:46 +0000 (GMT) Received: from postoffice.dmi.dk (postoffice.dmi.dk [130.226.64.60]) by mailgw.dmi.dk (8.12.11/8.12.11/Debian-1) with ESMTP id k0GChibb006991 for ; Mon, 16 Jan 2006 12:43:44 GMT Received: from localhost (localhost.dmi.dk [127.0.0.1]) by postoffice.dmi.dk (Postfix) with ESMTP id 8F1861810E for ; Mon, 16 Jan 2006 12:43:44 +0000 (GMT) Received: from postoffice.dmi.dk ([127.0.0.1]) by localhost (postoffice.dmi.dk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30086-01-47 for ; Mon, 16 Jan 2006 12:43:44 +0000 (GMT) Received: from [130.226.66.16] (anders [130.226.66.16]) by postoffice.dmi.dk (Postfix) with ESMTP id 31EF11810F for ; Mon, 16 Jan 2006 12:43:44 +0000 (GMT) Message-ID: <43CB9542.5080707@dmi.dk> Date: Mon, 16 Jan 2006 13:44:50 +0100 From: Kim Bisgaard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-hackers@postgresql.org Subject: Re: source documentation tool doxygen References: <20060116084936.GA7072@mcknight.de> <43CB85A8.9080001@tada.se> In-Reply-To: <43CB85A8.9080001@tada.se> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at dmi.dk X-Virus-Scanned: by amavisd-maia-1.0.0-rc5 (Debian) at dmi.dk X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200601/455 X-Sequence-Number: 78559 Try following the link (the Doxygen icon) - it has both a tutorial and extensive doc. Regards, Kim Bisgaard Thomas Hallgren wrote: > I wish I've had this when I started working with PostgreSQL. This > looks really good. Very useful indeed, even without the comments. What > kind of changes are needed in order to get the comments in? > > Regards, > Thomas Hallgren > > Joachim Wieland wrote: > >> I've created a browsable source tree "documentation", it's done with the >> doxygen tool. >> >> http://www.mcknight.de/pgsql-doxygen/cvshead/html/ >> >> There was a discussion about this some time ago, Jonathan Gardner >> proposed >> it here: >> >> http://archives.postgresql.org/pgsql-hackers/2004-03/msg00748.php >> >> quite a few people found it useful but it somehow got stuck. The >> reason was >> apparently that you'd have to tweak your comments in order to profit >> from >> it as much as possible. >> >> However I still think it's a nice-to-have among the online documentation >> and it gives people quite new to the code the possibility to easily >> check >> what is where defined and how... What do you think? >> >> doxygen can also produce a pdf but I haven't succeeded in doing that >> so far, >> pdflatex keeps bailing out. Has anybody else succeeded building this >> yet? >> >> >> >> Joachim >> > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: Don't 'kill -9' the postmaster >