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? :-)

                        Karel

-- 
 Karel Zak  <[EMAIL PROTECTED]>
 http://home.zf.jcu.cz/~zakkr/
 
 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz


-- 
 Karel Zak  <[EMAIL PROTECTED]>
 http://home.zf.jcu.cz/~zakkr/
 
 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to