one line comment style

Поиск
Список
Период
Сортировка
От Dan Colish
Тема one line comment style
Дата
Msg-id 20091008160348.GB17700@funkstrom.spiretech.com
обсуждение исходный текст
Ответы Re: one line comment style  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: one line comment style  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: COPY enhancements
Следующее
От: David Fetter
Дата:
Сообщение: Re: Writeable CTEs and side effects