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