mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
C++ Style Guide: Remove redundant comment guideline
Remove a guideline which is reiterated (with more specificity) in the following guideline.
This commit is contained in:
parent
305ac8725a
commit
24865da369
|
@ -4403,9 +4403,6 @@ one may be you!</p>
|
||||||
|
|
||||||
<h3 id="Comment_Style">Comment Style</h3>
|
<h3 id="Comment_Style">Comment Style</h3>
|
||||||
|
|
||||||
<p>Use either the <code>//</code> or <code>/* */</code>
|
|
||||||
syntax, as long as you are consistent.</p>
|
|
||||||
|
|
||||||
<p>You can use either the <code>//</code> or the <code>/*
|
<p>You can use either the <code>//</code> or the <code>/*
|
||||||
*/</code> syntax; however, <code>//</code> is
|
*/</code> syntax; however, <code>//</code> is
|
||||||
<em>much</em> more common. Be consistent with how you
|
<em>much</em> more common. Be consistent with how you
|
||||||
|
|
Loading…
Reference in New Issue
Block a user