parseJavadoc

open fun parseJavadoc(@NotNull content: String, isMarkdownComment: Boolean): Javadoc(source)

Parses the content of a JavadocComment and returns a Javadoc that represents it.

Return

Javadoc representing the content of the comment

Parameters

content

a variable declaration like content of my javadoc\n * second line\n * third line

Throws

if the source code has parser errors