How to disambiguate links to methods in scaladoc?
The following seems do the trick in Scala 2.10. /** * The most important method is [[Doc.foo[A]:A*]]. */ And here is some hint scaladoc gives me: [warn] Quick crash course on using Scaladoc links [warn] ========================================== [warn] Disambiguating terms and types: Prefix terms with ‘$’ and types with ‘!’ in case both names are in … Read more