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 e133301 commit 57cd341Copy full SHA for 57cd341
javascriptguide.xml
@@ -980,7 +980,7 @@
980
<STYLEPOINT title="Code formatting">
981
<SUMMARY>Expand for more information.</SUMMARY>
982
<BODY>
983
- <p>We follow the <a href="cppguide.xml#Formatting">C++ formatting
+ <p>We follow the <a href="cppguide.html#Formatting">C++ formatting
984
rules</a> in spirit, with the following additional clarifications.</p>
985
<SUBSECTION title="Curly Braces">
986
<p>Because of implicit semicolon insertion, always start your curly
@@ -2215,7 +2215,7 @@
2215
2216
<p>
2217
We follow the
2218
- <a href="cppguide.xml#Comments">
+ <a href="cppguide.html#Comments">
2219
C++ style for comments</a> in spirit.
2220
</p>
2221
0 commit comments