From b82431903faba6b28c4720fe270fdfcd704726f9 Mon Sep 17 00:00:00 2001 From: Gobe Hobona Date: Wed, 11 Jan 2023 17:56:21 +0000 Subject: [PATCH] fixes plantuml rendering --- standard/clause_specification_text.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/standard/clause_specification_text.adoc b/standard/clause_specification_text.adoc index 84579ac09e..9c348fa259 100644 --- a/standard/clause_specification_text.adoc +++ b/standard/clause_specification_text.adoc @@ -86,6 +86,8 @@ Range data can also be directly embedded into the main CoverageJSON document, ma The following is a high-level UML class diagram of the main CoverageJSON objects and the relationships between them. +[plantuml] +.... @startuml CoverageCollection "0..1" o-- "1..*" Coverage @@ -103,6 +105,7 @@ TiledNdArray "0..1" *-- "1..*" NdArray ParameterGroup "0..1" *-- "1..*" Parameter @enduml +.... //## 2. i18n Objects === i18n Objects