From a3ec2e2afd6f4140ac78f7630fa9c2ca1f8ca8af Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 12 Jan 2016 16:14:21 +0100 Subject: generate signature-based anchors for overloads; use signature instead of name as an anchor for in-page links --- core/testdata/format/overloadsWithDifferentDescriptions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html') diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index 30a37e75..eba1e0fc 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -6,7 +6,8 @@ test / f

f

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

Performs an action on x.

This is a long description.


@@ -16,7 +17,8 @@ x - the int value to perform the action on.


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

Performs an action on x.

This is a long description.


-- cgit