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:
Patrick Sanan 2020-04-01 13:42:00 +02:00 committed by GitHub
parent 305ac8725a
commit 24865da369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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