mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix links to C++ guide
This commit is contained in:
parent
e1333014b5
commit
57cd3410f9
|
@ -980,7 +980,7 @@
|
|||
<STYLEPOINT title="Code formatting">
|
||||
<SUMMARY>Expand for more information.</SUMMARY>
|
||||
<BODY>
|
||||
<p>We follow the <a href="cppguide.xml#Formatting">C++ formatting
|
||||
<p>We follow the <a href="cppguide.html#Formatting">C++ formatting
|
||||
rules</a> in spirit, with the following additional clarifications.</p>
|
||||
<SUBSECTION title="Curly Braces">
|
||||
<p>Because of implicit semicolon insertion, always start your curly
|
||||
|
@ -2215,7 +2215,7 @@
|
|||
<BODY>
|
||||
<p>
|
||||
We follow the
|
||||
<a href="cppguide.xml#Comments">
|
||||
<a href="cppguide.html#Comments">
|
||||
C++ style for comments</a> in spirit.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user