From ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 19:35:27 +0100 Subject: much nicer html output for overloads --- test/data/format/htmlEscaping.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/data/format/htmlEscaping.html') diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index 0767d642..c031447a 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -6,7 +6,8 @@ test /  / x

x

-
fun <T> x(): T?

Special characters: < is "less than", > is "greater than", & is "ampersand"

+fun <T> x(): T?
+

Special characters: < is "less than", > is "greater than", & is "ampersand"



-- cgit