Skip to content

Commit 8260bba

Browse files
authored
[DOCS] Remove cardinalities from the class diagram (#1303)
This brings our class diagram closer to what the latest version of the diagram generator creates.
1 parent 67d3d39 commit 8260bba

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -783,28 +783,28 @@ classDiagram
783783
%% end of the generated part
784784
785785
786-
Anchor --> "1" ParserState: parserState
787-
CSSList --> "*" CSSList: contents
788-
CSSList --> "*" Charset: contents
789-
CSSList --> "*" Comment: comments
790-
CSSList --> "*" Import: contents
791-
CSSList --> "*" RuleSet: contents
792-
CSSNamespace --> "*" Comment: comments
793-
Charset --> "*" Comment: comments
794-
Charset --> "1" CSSString: charset
795-
DeclarationBlock --> "*" Selector: selectors
796-
Import --> "*" Comment: comments
797-
OutputFormat --> "1" OutputFormat: nextLevelFormat
798-
OutputFormat --> "1" OutputFormatter: outputFormatter
799-
OutputFormatter --> "1" OutputFormat: outputFormat
800-
Parser --> "1" ParserState: parserState
801-
ParserState --> "1" Settings: parserSettings
802-
Rule --> "*" Comment: comments
803-
Rule --> "1" RuleValueList: value
804-
RuleSet --> "*" Comment: comments
805-
RuleSet --> "*" Rule: rules
806-
URL --> "1" CSSString: url
807-
ValueList --> "*" Value: components
786+
Anchor --> ParserState: parserState
787+
CSSList --> CSSList: contents
788+
CSSList --> Charset: contents
789+
CSSList --> Comment: comments
790+
CSSList --> Import: contents
791+
CSSList --> RuleSet: contents
792+
CSSNamespace --> Comment: comments
793+
Charset --> Comment: comments
794+
Charset --> CSSString: charset
795+
DeclarationBlock --> Selector: selectors
796+
Import --> Comment: comments
797+
OutputFormat --> OutputFormat: nextLevelFormat
798+
OutputFormat --> OutputFormatter: outputFormatter
799+
OutputFormatter --> OutputFormat: outputFormat
800+
Parser --> ParserState: parserState
801+
ParserState --> Settings: parserSettings
802+
Rule --> Comment: comments
803+
Rule --> RuleValueList: value
804+
RuleSet --> Comment: comments
805+
RuleSet --> Rule: rules
806+
URL --> CSSString: url
807+
ValueList --> Value: components
808808
```
809809

810810
## API and deprecation policy

0 commit comments

Comments
 (0)