I\'m documenting a Scala class with overloaded methods. How can I distinguish them when referring to them in scaladoc comments? For example, if I have
/**
* The
What I found very usefull in IntelliJ
is right clicking on a method you would like to put in [[ ]] and choosing "Copy reference".
Steps: