Re: [HACKERS] source documentation tool doxygen

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, jgardner(at)jonathangardner(dot)net, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: [HACKERS] source documentation tool doxygen
Date: 2006-01-17 10:58:45
Message-ID: 20060117105845.GB2672@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Tue, Jan 17, 2006 at 12:15:02AM -0500, Tom Lane wrote:
> The thing seems to have only the very vaguest grasp on whether it is
> parsing C or C++ ... or should I say that it is convinced it is parsing
> C++ despite all evidence to the contrary? I'd be happier with the
> pretty pictures if they had some connection to reality.

True. Doxygen is developped for documenting C++ source code. There is
however an option OPTIMIZE_OUTPUT_FOR_C which is set. There are a few more
options for class and collaboration graphs as well as a switch to create a
graphical class hierarchy, all of them are turned on at the moment. So it
might get more concise but we'll have to play around with it to see what is
useful and what isn't.

Joachim

--
Joachim Wieland joe(at)mcknight(dot)de
C/ Usandizaga 12 1°B ICQ: 37225940
20002 Donostia / San Sebastian (Spain) GPG key available

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joachim Wieland 2006-01-17 11:21:37 Re: [HACKERS] source documentation tool doxygen
Previous Message R, Rajesh (STSD) 2006-01-17 07:07:17 Re: [PATCH] Better way to check for getaddrinfo function.

Browse pgsql-www by date

  From Date Subject
Next Message Joachim Wieland 2006-01-17 11:21:37 Re: [HACKERS] source documentation tool doxygen
Previous Message Magnus Hagander 2006-01-17 08:43:03 Re: PgFoundry Move