What is this thing?

i know about these comments
1
2
3
4
//single line comment
/*
several line comment
*/


but what is this

 
///is this a comment? 


if it is a comment then what is it for
closed account (Dy7SLyTq)
Its a standard single line comment. There might be a special program that uses those like I think deoxygen might
ok because in my ide the colour of the comment is blue instead of grey so i thought it might be different
Last edited on
comment
Topic archived. No new replies allowed.