From 81b4533d50342783cd45163596260139be3a35c2 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 7 Jul 2025 11:17:29 +0200 Subject: [PATCH] [DOCS] Temporarily drop some markers from the class diagram As long as we manually edit the source of the class diagram, having markers for a part being autogenerated does not make sense. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 69f0acff6..727a6e1be 100644 --- a/README.md +++ b/README.md @@ -619,7 +619,6 @@ class Sabberworm\CSS\CSSList\Document#4 (2) { ## Class diagram ```mermaid - %% start of the generated part classDiagram direction LR @@ -778,9 +777,6 @@ classDiagram ValueList <|-- RuleValueList: inheritance Renderable <|.. Comment: realization Positionable <|.. Comment: realization - %% end of the generated part - - Anchor ..> ParserState: dependency CSSList ..> CSSList: dependency CSSList ..> Charset: dependency