From 322e0de5cae9077a86ddb4c2828aa4f01f513e11 Mon Sep 17 00:00:00 2001
From: Andrew Gvozdev
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.