SourceLinkParser

dotty.tools.scaladoc.SourceLinkParser
class SourceLinkParser(revision: Option[String]) extends ArgParser[SourceLink]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def githubPrefix(org: String, repo: String): String
def gitlabPrefix(org: String, repo: String): String
def parse(string: String): Either[String, SourceLink]