boxed comments
boxed comments
(programming)/*************************************************** This is a boxed comment in C style**************************************************/
Common variants of this style omit the asterisks in column 2or add a matching row of asterisks closing the right side ofthe box. The sparest variant omits all but the commentdelimiters themselves; the "box" is implied.
Opposite of winged comments.