Skip to content

Commit 03361de

Browse files
Class diagram new logic (#182)
* fix new class_logic for class diagram
1 parent 49e35a1 commit 03361de

42 files changed

Lines changed: 2343 additions & 2210 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plantuml/parser/integration_test/class_diagram/class_diagram_positive/class_diagram_positive.puml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ package core::geometry::advanced <<experimental>> {
8181
package util <<infrastructure>> {
8282

8383
enum LogLevel {
84-
-De : Debug
85-
+Info : Information
86-
+Warn : Warnning
87-
#Err : Error
84+
De : Debug
85+
Info : Information
86+
Warn : Warnning
87+
Err : Error
8888
}
8989

9090
class Logger {

0 commit comments

Comments
 (0)