We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc1b1 commit da45580Copy full SHA for da45580
scaladoc/src/dotty/tools/scaladoc/SourceLinks.scala
@@ -65,7 +65,6 @@ object SourceLink:
65
66
def gitlabPrefix(org: String, repo: String) = s"https://gitlab.com/$org/$repo/-"
67
68
-
69
private def parseLinkDefinition(s: String): Option[SourceLink] = ???
70
71
def parse(string: String, revision: Option[String]): Either[String, SourceLink] =
0 commit comments