Re: Soliciting Feedback on Improving Server-Side Programming Documentation - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Soliciting Feedback on Improving Server-Side Programming Documentation
Date
Msg-id CADkLM=eSqiw2RnNggiAVKNnMaTN=WzPjA6198tUXaq87MQcRFQ@mail.gmail.com
Whole thread Raw
In response to Re: Soliciting Feedback on Improving Server-Side Programming Documentation  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers

I think this is all great. You may find some automated assistance from doxygen.postgresql.org .

Sincerely,

JD

doxygen is great as far as it goes, but it does a great job of separating function definition from the comment explaining the function, so I have to drill into the raw source anyway.

Also, doxygen isn't very helpful with macros, and a lot of functions in the internals are actually macros.
 

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: WAL logging problem in 9.4.3?
Next
From: Corey Huinker
Date:
Subject: Re: Soliciting Feedback on Improving Server-Side Programming Documentation