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/overloadsWithDescription.html | 1 - 1 file changed, 1 deletion(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index a0a27b8c..a0efb472 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -9,7 +9,6 @@ fun f(x: Int): Unit
fun f(x: String): Unit

Performs an action on x.

-

Description

This is a long description.



-- cgit