What is meant by documentation comment? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is meant by documentation comment?

18th Feb 2017, 1:34 PM
SRI
3 ответов
+ 3
After creating an instance of a class, if you want to know what that class do actually, then instead of opening the source code, you can check that in your IDE provided that you write a documentation comment. This can be viewed in a Javadoc file
18th Feb 2017, 5:32 PM
Kommoju Sunil Kumar
Kommoju Sunil Kumar - avatar
0
it is for generate java document
18th Feb 2017, 1:36 PM
K.C. Leung
K.C. Leung - avatar
0
thank u for answering my question
18th Feb 2017, 5:35 PM
SRI