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 ++-- plugins/javadoc/src/main/resources/views/components/head.korte | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/javadoc/src/main/resources/views') 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 }}
diff --git a/plugins/javadoc/src/main/resources/views/components/head.korte b/plugins/javadoc/src/main/resources/views/components/head.korte index a3c74f12..1b8a61ca 100644 --- a/plugins/javadoc/src/main/resources/views/components/head.korte +++ b/plugins/javadoc/src/main/resources/views/components/head.korte @@ -3,6 +3,7 @@ + -- cgit