From c5b233aca9c81792b6313dc45dd5055cbb24901a Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 14 Jul 2020 19:17:49 +0200 Subject: Fix table rendering with JDK12 stylesheets --- .../javadoc/src/main/resources/views/class.korte | 157 +++++++++++---------- 1 file changed, 85 insertions(+), 72 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 a909bf3c..adf719af 100644 --- a/plugins/javadoc/src/main/resources/views/class.korte +++ b/plugins/javadoc/src/main/resources/views/class.korte @@ -52,22 +52,24 @@

Nested Class Summary

- - - - - - - - {% for classlike in classlikes %} - - - - - - {% endfor %} -
Nested Classes 
Modifier and TypeClassDescription
{{ classlike.modifiers }}{{ classlike.signature }} - {{ classlike.description }}
+
+ + + + + + + + {% for classlike in classlikes %} + + + + + + {% endfor %} +
Nested Classes 
Modifier and TypeClassDescription
{{ classlike.modifiers }}{{ classlike.signature }} + {{ classlike.description }}
+
@@ -80,21 +82,23 @@

Field Summary

- - - - - - - - {% for property in properties %} - - - - - - {% endfor %} -
Fields 
Modifier and TypeFieldDescription
{{ property.modifiers|raw }}{{ property.signature|raw }}{{ description|raw }}
+
+ + + + + + + + {% for property in properties %} + + + + + + {% endfor %} +
Fields 
Modifier and TypeFieldDescription
{{ property.modifiers|raw }}{{ property.signature|raw }}{{ description|raw }}
+
@@ -107,24 +111,26 @@

Constructor Summary

- - - - - - - - - {% for constructor in constructors %} - - - +
+
Constructors 
ConstructorDescription
{{ constructor.name }}({{ constructor.inlineParameters|raw }}){{ constructor.brief|raw }}
+ + + + + - {% endfor %} - -
Constructors 
ConstructorDescription
+ {% for constructor in constructors %} + + {{ constructor.name }}({{ constructor.inlineParameters|raw }}) + {{ constructor.brief|raw }} + + {% endfor %} + + + + @@ -163,29 +169,30 @@

Method Summary

- - - - - - - - - {% for method in methods.own %} - - - - - - {% endfor %} - -
All Methods Static Methods Concrete Methods 
Modifier and TypeMethodDescription
{{ method.signature.modifiers|raw }} - {{ method.signature.signatureWithoutModifiers|raw }} - {{ method.brief|raw }}
+
+
+ + +
+
+ + + + + + + {% for method in methods.own %} + + + + + + {% endfor %} + +
Modifier and TypeMethodDescription
{{ method.signature.modifiers|raw }} + {{ method.signature.signatureWithoutModifiers|raw }} + {{ method.brief|raw }}
+