mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
parent
160a356c68
commit
5c1eba25b7
@ -66,6 +66,8 @@ public class StyleExtractor {
|
||||
// Ignore
|
||||
} else if (line.getString().trim().startsWith("!pragma ")) {
|
||||
// Ignore
|
||||
} else if (line.getString().trim().startsWith("hide ")) {
|
||||
// Ignore
|
||||
} else if (line.getString().trim().startsWith("title ")) {
|
||||
this.title = line.getString().trim().substring("title ".length()).trim();
|
||||
} else if (line.getString().trim().startsWith("skinparam ")) {
|
||||
|
Loading…
Reference in New Issue
Block a user