The format of type comments : /** Текст */ is JavaDoc (some HTML) documentation that helps to analyze the code, but how? Perhaps even other formats can be tagged as HTML (I assume, like the <body> ), is this true?
What methods can I display these comments after compilation? (well, or as part of the mentioned)