From e1a3884fdce26bb28b7580627ffad0d69b8bed61 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 18:55:12 +0100 Subject: more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together --- test/data/format/overloadsWithDescription.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/data/format/overloadsWithDescription.html (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html new file mode 100644 index 00000000..6b593fcd --- /dev/null +++ b/test/data/format/overloadsWithDescription.html @@ -0,0 +1,19 @@ + + +test / f + + +test /  / f
+
+

f

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

Performs an action on x.

+
+
+

Description

+

This is a long description.

+
+
+

Parameters

+x - the value to perform the action on.
+ + -- cgit