>
> On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote:
> > I have finished pgindent. We also had many old comments of the format:
> >
> > /* --
> > * comment
> > * --
> > */
> >
> > These are now the more concise:
> >
> > /*
> >
On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote:
> I have finished pgindent. We also had many old comments of the format:
>
> /* --
> * comment
> * --
> */
>
> These are now the more concise:
>
> /*
> * comment
> *
I have finished pgindent. We also had many old comments of the format:
/* --
* comment
* --
*/
These are now the more concise:
/*
* comment
*/
Also, comments with dashes are not wrapped nicely by pgindent. Some
comments nee