one line comment style - Mailing list pgsql-hackers

From Dan Colish
Subject one line comment style
Date
Msg-id 20091008160348.GB17700@funkstrom.spiretech.com
Whole thread Raw
Responses Re: one line comment style
Re: one line comment style
List pgsql-hackers
I'm going through a few files and trying to clean them up for style mostly and a
bit of refactoring. I am curious about the preferred style for a one line
comment. I see them in both of these forms and I would like to keep it
consistent.

/* a one line comment */

or

/** a one line comment*/


Thoughts?

--
--Dan


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: COPY enhancements
Next
From: David Fetter
Date:
Subject: Re: Writeable CTEs and side effects