From 322e0de5cae9077a86ddb4c2828aa4f01f513e11 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Wed, 7 Jan 2015 17:03:15 -0500 Subject: [PATCH] Bug 449605: Comment Code Aids doesn't refer to correct location for Templates --- doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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