This was first noticed in Notepad ++, where //
comments and ///
comments were shown in different colors.
Doxygen showed more about this, but I'm not sure about its effectiveness.
1. Why would someone use three styles of cutting comments when it is much easier to type /*
and */
? (I suppose there should be a better explanation than it is useful when attaching comments)
2. So that it can be used, do editors support comment blocking for triple slashes in that Visual Studio supports Ctrl+k Ctrl+c
for multi-line comments?
source share