diff options
-rw-r--r-- | doc/src/sgml/sources.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 6294312ab7d..25e7763c7c7 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -26,9 +26,9 @@ </para> <para> - Do not use C++ style comments (<literal>//</literal> comments). Strict ANSI C - compilers do not accept them. For the same reason, do not use C++ - extensions such as declaring new variables mid-block. + To maintain a consistent coding style, do not use C++ style comments + (<literal>//</literal> comments). <application>pgindent</application> + will replace them with <literal>/* ... */</literal>. </para> <para> |