From 1fe73377945a1ea8818ec6e78dcb8632f2e956ac Mon Sep 17 00:00:00 2001 From: Sjoerd Talsma Date: Mon, 27 Nov 2023 21:02:13 +0100 Subject: [PATCH] Update readme.md with 2.1.1 example diagrams. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 1303cdc24..8d054392f 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ and link to package and class documentation where available. ### Package dependency diagram -

+

_The UML Doclet will warn about (and optionally fail on) cyclic package dependencies._ @@ -25,13 +25,13 @@ The dependency diagram links to package documentation containing: ### Package diagram -

+

The package diagram links to class documentation containing: ### Class diagram -

+

(These examples are from the [latest UML Doclet javadoc][javadoc] page. Please feel free to take a look to get an idea of the final result)