Skip to content

Commit 63b22be

Browse files
authored
[DOCS] Change some arrow types in the class diagram (#1304)
1 parent b95811f commit 63b22be

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
@@ -781,28 +781,28 @@ classDiagram
781781
%% end of the generated part
782782
783783
784-
Anchor --> ParserState: parserState
785-
CSSList --> CSSList: contents
786-
CSSList --> Charset: contents
787-
CSSList --> Comment: comments
788-
CSSList --> Import: contents
789-
CSSList --> RuleSet: contents
790-
CSSNamespace --> Comment: comments
791-
Charset --> Comment: comments
792-
Charset --> CSSString: charset
793-
DeclarationBlock --> Selector: selectors
794-
Import --> Comment: comments
795-
OutputFormat --> OutputFormat: nextLevelFormat
796-
OutputFormat --> OutputFormatter: outputFormatter
797-
OutputFormatter --> OutputFormat: outputFormat
798-
Parser --> ParserState: parserState
799-
ParserState --> Settings: parserSettings
800-
Rule --> Comment: comments
801-
Rule --> RuleValueList: value
802-
RuleSet --> Comment: comments
803-
RuleSet --> Rule: rules
804-
URL --> CSSString: url
805-
ValueList --> Value: components
784+
Anchor ..> ParserState: parserState
785+
CSSList ..> CSSList: contents
786+
CSSList ..> Charset: contents
787+
CSSList ..> Comment: comments
788+
CSSList ..> Import: contents
789+
CSSList ..> RuleSet: contents
790+
CSSNamespace ..> Comment: comments
791+
Charset ..> Comment: comments
792+
Charset ..> CSSString: charset
793+
DeclarationBlock ..> Selector: selectors
794+
Import ..> Comment: comments
795+
OutputFormat ..> OutputFormat: nextLevelFormat
796+
OutputFormat ..> OutputFormatter: outputFormatter
797+
OutputFormatter ..> OutputFormat: outputFormat
798+
Parser ..> ParserState: parserState
799+
ParserState ..> Settings: parserSettings
800+
Rule ..> Comment: comments
801+
Rule ..> RuleValueList: value
802+
RuleSet ..> Comment: comments
803+
RuleSet ..> Rule: rules
804+
URL ..> CSSString: url
805+
ValueList ..> Value: components
806806
```
807807

808808
## API and deprecation policy

0 commit comments

Comments
 (0)