added a hacky work around until KT-1524 is resolved so we don't have any bad wiki links in the api docs

This commit is contained in:
James Strachan
2012-04-16 11:00:20 +01:00
parent 4de778c6d6
commit 376dc1cbaa
2 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package kotlin
import java.util.Comparator
/**
* Helper method for implementing [[Comparable<T>]] methods using a list of functions
* Helper method for implementing [[Comparable]] methods using a list of functions
* to calculate the values to compare
*/
inline fun <T> compareBy(a: T?, b: T?, vararg functions: Function1<T, Any?>): Int {