Re: [HACKERS] code documentation

2007-10-04 Thread Uma Krishnan
Also Doxygen docs are greatly help. You can generate them yourself for the latest or obtain them from doxygen.postgresql.org. I found doxygen and the FAQ internals to be most useful. Alvaro Herrera <[EMAIL PROTECTED]> wrote: Islam Hegazy escribi�: > Hi all > > I wonder if there is a PostgreS

Re: [HACKERS] code documentation

2007-10-04 Thread Alvaro Herrera
Islam Hegazy escribió: > Hi all > > I wonder if there is a PostgreSQL code documentation that may help in > understanding the code. Yes. There is the developer's FAQ, then there is the "internals" chapter in the official docs, then there's the various README's sprinkled throughout the code, and

Re: [HACKERS] Code documentation

2004-12-02 Thread Bruce Momjian
o know if anyone would be interested to have an online > browsable version > of source code? This can easily be done by doxygen to some acceptable level. > > Regards, > Gevik. > > > -Original Message- > From: Neil Conway [mailto:[EMAIL PROTECTED] > Sent: Fri

Re: [HACKERS] Code documentation

2004-12-02 Thread Gevik Babakhani
19 AM To: Gevik Babakhani Cc: pgsql-hackers Subject: Re: [HACKERS] Code documentation On Thu, 2004-12-02 at 10:58 +0100, Gevik Babakhani wrote: > I was wondering if there are any interests or plans for documenting > various functions in the code which currently are not documented. I don

Re: [HACKERS] Code documentation

2004-12-02 Thread Neil Conway
On Thu, 2004-12-02 at 10:58 +0100, Gevik Babakhani wrote: > I was wondering if there are any interests or plans for documenting > various functions in the code which currently are not documented. I don't know of any systematic effort to do this. I try to document undocumented code as necessary wh