Java Tutorial/Development/Documentation
Версия от 17:44, 31 мая 2010; (обсуждение)
Documentation(JavaDoc)
A documentation comment begins with /** and ends with */.
/**
This is a documentation comment.
*/
A documentation comment begins with /** and ends with */.
/**
This is a documentation comment.
*/