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 --- .../format/overloadsWithDifferentDescriptions.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/data/format/overloadsWithDifferentDescriptions.html (limited to 'test/data/format/overloadsWithDifferentDescriptions.html') diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html new file mode 100644 index 00000000..3ce974af --- /dev/null +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -0,0 +1,28 @@ + + +test / f + + +test /  / f
+
+

f

+
fun f(x: Int): Unit

Performs an action on x.

+
+
+

Description

+

This is a long description.

+
+
+

Parameters

+x - the int value to perform the action on.
+
fun f(x: String): Unit

Performs an action on x.

+
+
+

Description

+

This is a long description.

+
+
+

Parameters

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