Cleaner

dotty.tools.scaladoc.tasty.comments.Cleaner$
object Cleaner

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cleaner.type

Members list

Concise view

Value members

Concrete methods

def clean(comment: String): List[String]

Prepares the comment for pre-parsing: removes documentation markers and extra whitespace, removes dangerous HTML and Javadoc tags, and splits it into lines.

Prepares the comment for pre-parsing: removes documentation markers and extra whitespace, removes dangerous HTML and Javadoc tags, and splits it into lines.

Attributes