From ff4a92f34d249914ad473af412780a7e908885d8 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 28 Oct 2015 17:51:20 +0100 Subject: don't generate "Description" subheadings --- test/data/format/overloadsWithDifferentDescriptions.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/data/format/overloadsWithDifferentDescriptions.html') diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html index a2cc21f4..30a37e75 100644 --- a/test/data/format/overloadsWithDifferentDescriptions.html +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -8,7 +8,6 @@

f

fun f(x: Int): Unit

Performs an action on x.

-

Description

This is a long description.



@@ -19,7 +18,6 @@
fun f(x: String): Unit

Performs an action on x.

-

Description

This is a long description.



-- cgit