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/orderedList.html | 1 - test/data/format/overloadsWithDescription.html | 1 - test/data/format/overloadsWithDifferentDescriptions.html | 2 -- test/data/format/tripleBackticks.html | 1 - 4 files changed, 5 deletions(-) (limited to 'test') diff --git a/test/data/format/orderedList.html b/test/data/format/orderedList.html index 223684ff..9917568f 100644 --- a/test/data/format/orderedList.html +++ b/test/data/format/orderedList.html @@ -8,7 +8,6 @@

Bar

class Bar

Usage instructions:

-

Description

  1. Rinse

  2. Repeat


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.



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.



diff --git a/test/data/format/tripleBackticks.html b/test/data/format/tripleBackticks.html index 76b5f9e1..13954985 100644 --- a/test/data/format/tripleBackticks.html +++ b/test/data/format/tripleBackticks.html @@ -8,7 +8,6 @@

f

fun f(): Unit

Description

-

Description

code sample



-- cgit