From cb6928f9b823c7fde746f17da4834431de452c83 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 22 Jun 2017 19:42:12 +0300 Subject: Wrap parameters in paragraphs for HTML format #171 fixed --- core/testdata/format/parameterAnchor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/parameterAnchor.html') diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index aa51fff6..ecb89fe6 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -11,7 +11,7 @@ fun <T> processFiles(processor: () -> T): List<T>

Runs processor for each file and collects its results into single list

Parameters

- -processor - function to receive context for symbol resolution and file for processing +

+processor - function to receive context for symbol resolution and file for processing

-- cgit