diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm index 96a45629250..a2ed2d9bf13 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm @@ -32,7 +32,9 @@ already commented out, are not affected when you comment and uncomment code.

Multiline comment

You can use the Content Assist feature to insert a multi-line comment before a function. -Type com+Ctrl+Space, and the following code is entered at the cursor location: +In the C++ editor, type com then press Ctrl+Space. +Select default multiline comment template and press Enter. +The following code is entered at the cursor location:

 /*
  * author userid
@@ -42,7 +44,7 @@ Type com+Ctrl+Space, and the following code is e
  */
  
- To change the default comment click Window > Preferences > C > Templates. For more information see the + To change the default comment click Window > Preferences > C/C++ > Code Style > Code Templates. For more information see the Content Assist section.

Related concepts