Java Tutorial/Development/Documentation — различия между версиями

Материал из Java эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Текущая версия на 15:28, 31 мая 2010

Documentation(JavaDoc)

A documentation comment begins with /** and ends with */.



/**
    This is a documentation comment.
    */