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 644189DC874 for ; Mon, 16 Jan 2006 14:22:05 -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 07554-01 for ; Mon, 16 Jan 2006 14:22:00 -0400 (AST) Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id 062FA9DC871 for ; Mon, 16 Jan 2006 14:21:59 -0400 (AST) Received: from mailrelay1.bredband.net (mailrelay1.bredband.net [195.54.107.83]) by svr4.postgresql.org (Postfix) with ESMTP id DAAA75AF20C for ; Mon, 16 Jan 2006 18:21:58 +0000 (GMT) Received: from [192.168.1.100] (1-1-2-48a.rny.sth.bostream.se [82.182.133.12]) by mailrelay1.bredband.net (Postfix) with ESMTP id E338E50806C; Mon, 16 Jan 2006 19:23:47 +0100 (CET) Message-ID: <43CBE440.8040908@tada.se> Date: Mon, 16 Jan 2006 19:21:52 +0100 From: Thomas Hallgren User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Dunstan Cc: pgsql-hackers@postgresql.org, jgardner@jonathangardner.net Subject: Re: source documentation tool doxygen References: <43CB85A8.9080001@tada.se> <38611.68.143.134.146.1137419873.squirrel@www.dunslane.net> In-Reply-To: <38611.68.143.134.146.1137419873.squirrel@www.dunslane.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.226 required=5 tests=[AWL=0.226] X-Spam-Score: 0.226 X-Spam-Level: X-Archive-Number: 200601/466 X-Sequence-Number: 78570 Andrew, Why not publish it as it stands today? Changing comments can be done in due time, no need to rush it. Or are the comments in some special format today that is used by some other tool? What I'm trying to say is that for people like me, this would be very useful. Just clicking on a structure and see what file it's defined in is great. I don't care much if the comments are not perfect from day one (or ever for that matter). I can click on the file and read the comments right there if I want to. If the comments have no special format today, well then perhaps the Doxygen format could be a good format to gradually adopt? No need to add checking etc. at this point. Perhaps later on (years from now) when most of the comments use that format. Regards, Thomas Hallgren Andrew Dunstan wrote: > Thomas Hallgren said: >> 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? >> > > I too have done this. But retrofitting Doxygen style comments to the > PostgreSQL source code would be a big undertaking. Maintaining it, which > would be another task for reviewers/committers, would also be a pain unless > there were some automated checking tool. > > cheers > > andrew > > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq >