LinkHygiene

mdoc.internal.markdown.LinkHygiene
object LinkHygiene

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def closestCandidate(query: String, candidates: Seq[String]): Option[String]
def lint(docs: List[DocumentLinks], verbose: Boolean): List[DeadLinkInfo]
def report(asError: Boolean, deadLinks: List[DeadLinkInfo], reporter: Reporter): Unit