From 85a3ae7626810113816fd31a0e26d44d48308ed2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 20 Feb 2015 14:08:30 +0100 Subject: support in-page anchors in locations --- test/data/format/overloadsWithDescription.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index b29ca658..db63b262 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -8,12 +8,13 @@

f

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

Performs an action on x.

+

Performs an action on x.

Description

This is a long description.



Parameters

+ x - the value to perform the action on.


-- cgit