diff --git a/docs/test_cases/t00002.md b/docs/test_cases/t00002.md index 8d704b8c..eeadb505 100644 --- a/docs/test_cases/t00002.md +++ b/docs/test_cases/t00002.md @@ -13,6 +13,9 @@ diagrams: include: namespaces: - clanguml::t00002 + plantuml: + after: + - 'note left of @A(A) : Base abstract interface.' ``` ## Source code diff --git a/docs/test_cases/t00002_class.png b/docs/test_cases/t00002_class.png index 3cc7eec7..6a34e015 100644 Binary files a/docs/test_cases/t00002_class.png and b/docs/test_cases/t00002_class.png differ diff --git a/docs/test_cases/t00012.md b/docs/test_cases/t00012.md index f54b6970..5c765068 100644 --- a/docs/test_cases/t00012.md +++ b/docs/test_cases/t00012.md @@ -13,6 +13,9 @@ diagrams: include: namespaces: - clanguml::t00012 + plantuml: + after: + - 'note right of @A(C>>>,3,3,3>) : Long template annotation' ``` ## Source code diff --git a/docs/test_cases/t00012_class.png b/docs/test_cases/t00012_class.png index 7b498ee6..0b9bdf3c 100644 Binary files a/docs/test_cases/t00012_class.png and b/docs/test_cases/t00012_class.png differ