From a187baa606f1dd6ce63bc38247f4b5331d78f42b Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 19:09:19 +0100 Subject: consider ContentNodeLink nodes to be equal if they point to nodes with the same name (so that links to parameters with the same name in different overloads would still allow grouping) --- test/data/format/overloadsWithDescription.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index 6b593fcd..37f5cd08 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -6,7 +6,7 @@ test /  / f

f

-
fun f(x: Int): Unit
fun f(x: String): Unit

Performs an action on x.

+
fun f(x: Int): Unit
fun f(x: String): Unit

Performs an action on x.



Description

-- cgit