Multi-line vs Documentation comments? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

Multi-line vs Documentation comments?

please explain in detail with an example.... 1. what is documentation comments? 2. what is difference between multi-line comments and Documentation comments?

6th May 2018, 1:37 PM
Suraj Jha
Suraj Jha - avatar
2 Réponses
15th May 2018, 8:59 PM
Arun Tomar
Arun Tomar - avatar
0
documentation comments are used by Javadoc tool to create documentation for your source. used while creating documentation for your API
17th May 2018, 9:53 AM
Vivekanand