Re: [GENERAL] Autodocumenting plpgsql function

2013-11-26 Thread Albe Laurenz
Rémi Cura wrote: >>> somebody knows of a way to autodocument plpgsql function, in a docxygen >>> style >>> (adding tags in comments for instance, or creating doc templates to fill). >>> >>> It would really help to write the doc and maintain it. > Typically in you comments you include special tags

Re: [GENERAL] Autodocumenting plpgsql function

2013-11-26 Thread Rémi Cura
Hey thanks for the answer. I'm thinking way more than that. Typically in you comments you include special tags, like @input, then doxygen will parse it and generate an html documentation. Cheers, Rémi-C 2013/11/26 Albe Laurenz > Rémi Cura wrote: > > somebody knows of a way to autodocument pl

Re: [GENERAL] Autodocumenting plpgsql function

2013-11-26 Thread Albe Laurenz
Rémi Cura wrote: > somebody knows of a way to autodocument plpgsql function, in a docxygen style > (adding tags in comments for instance, or creating doc templates to fill). > > It would really help to write the doc and maintain it. I am not sure what you need, but I see two ways to document a fu

[GENERAL] Autodocumenting plpgsql function

2013-11-26 Thread Rémi Cura
Hey all, somebody knows of a way to autodocument plpgsql function, in a docxygen style (adding tags in comments for instance, or creating doc templates to fill). It would really help to write the doc and maintain it. Thanks, Rémi-C