0
Hi.I didin't understand the difference between documentation comments and multi line comments.Can anyone explain it to me please
3 odpowiedzi
+ 2
Multiline comments are comments that span multiple lines.
You start this type of comment by:
/*This is a comment*/
Documentation comments are special comments that have the appearance of multi-line comments, but they generate external documentation of your source code. These begin by:
/**This is a comment**/
+ 4
hey bro i guess this question is already answered on sololearn....here is d link
https://www.sololearn.com/Discuss/16190/difference-between-multi-line-comments-and-documentation-comments
+ 3
Thank you friend.