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/see.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/testdata/format/see.html') diff --git a/core/testdata/format/see.html b/core/testdata/format/see.html index b3ffb74b..e5ae4669 100644 --- a/core/testdata/format/see.html +++ b/core/testdata/format/see.html @@ -5,6 +5,7 @@ test / quux

quux

+ fun quux(): Unit
See Also

foo

@@ -15,12 +16,14 @@ test / foo

foo

+ fun foo(): Unit


test / bar

bar

+ fun bar(): Unit


-- cgit