getTextOfJSDocComment

external fun getTextOfJSDocComment(comment: String = definedExternally): String?(source)
external fun getTextOfJSDocComment(comment: NodeArray<JSDocComment> = definedExternally): String?(source)

Gets the text of a jsdoc comment, flattening links to their text.