| From: | John Morris <john(dot)morris(at)crunchydata(dot)com> |
|---|---|
| To: | Bohdan Mart <mart(dot)bogdan(at)gmail(dot)com> |
| Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, 'Bruce Momjian' <bruce(at)momjian(dot)us>, "postgres(at)coyotebush(dot)net" <postgres(at)coyotebush(dot)net>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
| Subject: | Re: Where can I find the doxyfile? |
| Date: | 2023-11-01 19:47:24 |
| Message-ID: | BYAPR13MB2677434AEFA589CD0919F4A6A0A7A@BYAPR13MB2677.namprd13.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Here is an updated patch for generating Doxygen files from existing PostgreSQL source code.
* “ninja doxygen” builds Doxygen output under doc/doxygen/html.
* The C filter is only compiled when doxygen output is requested, and compiler warnings are now fixed.
* “meson configure -Ddoxygen_graphs=true” enables (caller,callee,include) graphs. Generating graphs is slow, so this feature is turned off by default.
* The output is closer to, but not yet identical to, https://doxygen.postgresql.org.
* As a personal preference, source code is not included inline in the documentation. Instead, it can be accessed by clicking a link.
* Added brief mention to the PostgreSQL guide on how to access or create Doxygen documentation.
| Attachment | Content-Type | Size |
|---|---|---|
| doxygen-v1-build-doxygen-using-C-filter.patch | application/octet-stream | 133.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2023-11-01 20:07:27 | Re: Statistics Import and Export |
| Previous Message | vignesh C | 2023-11-01 18:44:05 | Re: pg_upgrade and logical replication |