We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a083657 commit 49e36e7Copy full SHA for 49e36e7
doc/src/sgml/sources.sgml
@@ -26,9 +26,9 @@
26
</para>
27
28
<para>
29
- Do not use C++ style comments (<literal>//</literal> comments). Strict ANSI C
30
- compilers do not accept them. For the same reason, do not use C++
31
- 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>.
32
33
34
0 commit comments