addBlockTag

open fun addBlockTag(tagName: String): Javadoc(source)


open fun addBlockTag(tagName: String, content: String): Javadoc(source)

For tags like "@return good things" where tagName is "return", and the rest is content.


open fun addBlockTag(tagName: String, parameter: String, content: String): Javadoc(source)

For tags like "@param abc this is a parameter" where tagName is "param", parameter is "abc" and the rest is content.