Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e0ea7 commit b4d615aCopy full SHA for b4d615a
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