From 8e3130129def0a185099a876da8978211a1eb44a Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Tue, 21 Jul 2020 14:24:42 +0200 Subject: Wrap superclasses in Javadoc (#1191) --- plugins/javadoc/src/main/resources/views/class.korte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/javadoc/src/main/resources/views/class.korte') diff --git a/plugins/javadoc/src/main/resources/views/class.korte b/plugins/javadoc/src/main/resources/views/class.korte index 1ddf6796..ddaadc3a 100644 --- a/plugins/javadoc/src/main/resources/views/class.korte +++ b/plugins/javadoc/src/main/resources/views/class.korte @@ -32,10 +32,10 @@ {% endif %}
-
+                    
 {% if signature.annotations != null %}{{ signature.annotations|raw }} {% endif %}
 {{ signature.modifiers }} {{ signature.signatureWithoutModifiers|raw }}
-{% if signature.supertypes != null %}{{signature.supertypes|raw}} {% endif %}
+{% if signature.supertypes != null %}{{signature.supertypes|raw}}{% endif %}
                     
{{ classlikeDocumentation|raw }}
-- cgit