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

From Bohdan Mart
Subject Re: Where can I find the doxyfile?
Date
Msg-id 19cfb97b-c75d-4a0f-b593-9ac7f6e13f64@gmail.com
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 12.10.23 09:07, John Morris wrote:
> Here’s a first pass at integrating that doxygen “C filter” into the 
> meson build. As a prototype, it “seems to work”.
> 
> The command “ninja doxygen” generates html files under doc/doxygen/html.

Thanks. I have applied this patch and build (`ninja doxygen`) works.

But this Doxyfile don't generate dependency graph, which is present in 
official doxygen, see screenshot-1.png.

Also it doesn't include sources from `contrib` dir.

I guess, @Stefan, we need original Doxyfile that is used to build 
https://doxygen.postgresql.org/ currently.

I've also run it with ninja and no args, and observed following behavior:
* filter was compiled
* Doxyfile generated from template
* Doxygen generation didn't happen

I believe filter compilation and Doxygen generation shouldn't happen in 
this case as well.
Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Pro et contra of preserving pg_proc oids during pg_upgrade
Next
From: "David G. Johnston"
Date:
Subject: Re: Pro et contra of preserving pg_proc oids during pg_upgrade