1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 559020: [docs] Clarify where comment characters are inserted

Change-Id: Iab0458279e28a5b187df1d9248bb0ea25718b1b5
This commit is contained in:
Jonah Graham 2020-01-10 09:04:00 -05:00
parent d1a15ef473
commit 7a0634e8ab
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ described above.</p>
<p>To toggle <samp>//</samp> comments on code:</p>
<ol>
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the current cursor position.</li>
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the start of the lines containing the cursor.</li>
<li>Right-click and select <strong>Source &gt; Toggle Comment</strong>. (<samp>CTRL+/</samp>)</li>
</ul>
</ol>

View file

@ -25,7 +25,7 @@ described above.</p>
<p>To toggle <samp>//</samp> comments on code:</p>
<ol>
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the current cursor position.</li>
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the start of the lines containing the cursor.</li>
<li>Right-click and select <strong>Source &gt; Toggle Comment</strong>. (<samp>CTRL+/</samp>)</li>
</ul>
</ol>