Re: Where can I find the doxyfile?

Поиск
Список
Период
Сортировка
От John Morris
Тема Re: Where can I find the doxyfile?
Дата
Msg-id BYAPR13MB2677434AEFA589CD0919F4A6A0A7A@BYAPR13MB2677.namprd13.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Where can I find the doxyfile?  (Bohdan Mart <mart.bogdan@gmail.com>)
Ответы Re: Where can I find the doxyfile?
Список 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.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: pg_upgrade and logical replication
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Statistics Import and Export