I was trying to add a block comment in c++, but I made a type-o and wrote /**
instead of /*
. I noticed that the comment inside got in bold. Does anyone know what it means?
This form of comment is used by Doxygen - This software enables one to generate documentation for the source code. Please see the web site.
I guess your IDE understands this.
In Java this comment style /**
indicates that the comment is a javadoc, maybe your editor is trying to make a similar distinction. I know that at least the Eclipse IDE will exhibit this behavior.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With