From 7b91d7dd32e953674d66dbfb7ef6306258b1cfb7 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 27 Feb 2015 17:42:52 +0100 Subject: don't lose space after first word in the content of javadoc tags --- test/data/format/javaDeprecated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/javaDeprecated.html') diff --git a/test/data/format/javaDeprecated.html b/test/data/format/javaDeprecated.html index f9376bf5..8410e7ca 100644 --- a/test/data/format/javaDeprecated.html +++ b/test/data/format/javaDeprecated.html @@ -7,7 +7,7 @@

foo

public open fun foo(): Unit
-Deprecated: use#bar instead

+Deprecated: use #bar instead



-- cgit