Re: Where can I find the doxyfile?

From: Bohdan Mart <mart(dot)bogdan(at)gmail(dot)com>
To: John Morris <john(dot)morris(at)crunchydata(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-10-14 19:25:19
Message-ID: dca2bc71-05eb-46da-80fa-75fc0e5da9a0@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 14.10.23 21:54, John Morris wrote:
> Thank you for trying the patch out and commenting on it.

Thank you! I even didn't know such filters are possible, and after that
googling filter for C/C++ didn't gave good results.

> I'm starting to think of it as a project. Here's a quick project statement.

👍

> The purpose is to generate improved  Doxygen output while making maximal
> use of how Postgres currently does program comments.

Yes, it shouldn't alter existing workflow.

> * Provide options for other (non-html) output. (Which ones?)

I guess for now it is not needed, there were only HTML doxygen.

> * Mention it in developer guidelines and provide sample code showing a
> "desired" commenting style.

I think no changes are needed in guidelines at this point, just allow
existing comments to be collected.

In future some documentation from Doxygen style can be copied to
describe how to document function's parameter, etc.

> Does that list seem complete? I don't want people to think we're
> imposing new standards or legislating new commenting styles.  It's more
> a matter of describing what we currently do, maybe with some minor
> suggestions for improving.

Yes, that's all I can think about at first stage, at least. Except last
bullet is too much. Better to not impose any new standards at this point.
Just get as much comments as possible from existing code-base.

And allow people build it locally.

Later on we can find problematic places where comments that should not
be pulled are pulled, and add some syntax into filter to exclude such
comments.

This are places, like section comments, like:
"all following fields are ***"

But at first step it's just good to have as much as possible comments
collected, even if some are misplaced.

So done is better than perfect.

----
Best regards,
Bohdan Mart.

Attachment Content-Type Size
OpenPGP_0xD72F9AC47D08E8B6.asc application/pgp-keys 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2023-10-14 19:27:07 Re: JSON Path and GIN Questions
Previous Message John Morris 2023-10-14 18:54:28 Re: Where can I find the doxyfile?