> 
> 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
> >          */
> 
>  Hmm, intereting. What is bad on the "old" format? IMHO it's more synoptical
> for example before function, where a comment must be good visible for fast
> file browsing. Inside functions I agree with more brief version. 
> 
>  I have macro for this in my editor, update it? :-)

These were all hand-modified.  Having comments before functions was not
touched, only such comments in functions, and only where you didn't want
a heavy comment and there was no indenting that needed preserving.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to