Nieuws

Listing 1 shows an example of disruptive and non-disruptive ways to compose multi-line comments. Listing 1. There's more than one way to handle multi-line comments. // A non-disrupting way to place ...
The official C/C++ extension has basic support for generating a nice layout for multi-line C-style comments, which is particularly useful for Doxygen and the like. Typing /** and then pressing enter ...