C++ Style Guide: Remove redundant comment guideline

Remove a guideline which is reiterated (with more specificity) in the following guideline.
pull/540/head
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
1 changed files with 0 additions and 3 deletions

View File

@ -4403,9 +4403,6 @@ one may be you!</p>
<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>/*
*/</code> syntax; however, <code>//</code> is
<em>much</em> more common. Be consistent with how you