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

From John Morris
Subject Re: Where can I find the doxyfile?
Date
Msg-id BYAPR13MB2677434AEFA589CD0919F4A6A0A7A@BYAPR13MB2677.namprd13.prod.outlook.com
Whole thread Raw
In response to Re: Where can I find the doxyfile?  (Bohdan Mart <mart.bogdan@gmail.com>)
Responses Re: Where can I find the doxyfile?
List 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

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: pg_upgrade and logical replication
Next
From: Tomas Vondra
Date:
Subject: Re: Statistics Import and Export