Re: Where can I find the doxyfile? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Where can I find the doxyfile?
Date
Msg-id 9d23de17-bff1-4fbc-9feb-d5ffd2651a02@eisentraut.org
Whole thread Raw
In response to Re: Where can I find the doxyfile?  (John Morris <john.morris@crunchydata.com>)
Responses Re: Where can I find the doxyfile?
List pgsql-hackers
On 05.02.24 18:29, John Morris wrote:
> The purpose of the filter is to bring existing Postgres comments into 
> the doxygen output. While I haven’t done a full survey, the majority of 
> Postgres code has comments describing functions, globals, macros and 
> structure fields.
> 
> Currently, those comments are thrown away. They do not appear in the 
> existing Doxygen output.

Maybe this is something that can be tweaked on the doxygen side?

For example, clangd can also process doxygen-style comments.  But it can 
also process non-decorated comments, because it knows that the comment 
just before a declaration is probably the comment describing the thing. 
Maybe doxygen could have that functionality as well.




pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Psql meta-command conninfo+
Next
From: Peter Eisentraut
Date:
Subject: Re: Where can I find the doxyfile?