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/deprecated.class.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/testdata/format/deprecated.class.html') diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html index b9939cd8..71470c63 100644 --- a/core/testdata/format/deprecated.class.html +++ b/core/testdata/format/deprecated.class.html @@ -13,6 +13,7 @@ test / f

f

+ fun f(): Unit
Deprecated: This function sucks

@@ -21,6 +22,7 @@ test / p

p

+ val p: Int
Deprecated: This property sucks

-- cgit