summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-29 21:46:02 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-29 21:46:02 +0100
commit6b53b0302abf4e4946012174a153372ea56abe9a (patch)
tree26fb2bbac8ff46483dc04c6b0fbc1a800f8b8053 /src/compiler/scala/tools/nsc/typechecker/Implicits.scala
parenta745f06e35e070061348e95725afb0def8ca45de (diff)
downloadscala-6b53b0302abf4e4946012174a153372ea56abe9a.tar.gz
scala-6b53b0302abf4e4946012174a153372ea56abe9a.tar.bz2
scala-6b53b0302abf4e4946012174a153372ea56abe9a.zip
ScalaDoc fixes for compiler
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Implicits.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Implicits.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Implicits.scala b/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
index 7ec9cd74a4..6c37cb96c0 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
@@ -110,10 +110,10 @@ trait Implicits {
* Ignore their constr field! The list of type constraints returned along with each tree specifies the constraints that
* must be met by the corresponding type parameter in `tpars` (for the returned implicit view to be valid).
*
- * @arg tp from-type for the implicit conversion
- * @arg context search implicits here
- * @arg tpars symbols that should be considered free type variables
- * (implicit search should not try to solve them, just track their constraints)
+ * @param tp from-type for the implicit conversion
+ * @param context search implicits here
+ * @param tpars symbols that should be considered free type variables
+ * (implicit search should not try to solve them, just track their constraints)
*/
def allViewsFrom(tp: Type, context: Context, tpars: List[Symbol]): List[(SearchResult, List[TypeConstraint])] = {
// my untouchable typevars are better than yours (they can't be constrained by them)