mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 19:38:56 +00:00
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
|
|
digraph UML {
|
||
|
|
rankdir = LR
|
||
|
|
|
||
|
|
fontname = "Courier New"
|
||
|
|
fontsize = 10
|
||
|
|
|
||
|
|
node [ fontname = "Courier New", fontsize = 10, shape = "record" ];
|
||
|
|
edge [ fontname = "Courier New", fontsize = 10 ];
|
||
|
|
|
||
|
|
idle_t -> idle_info_t[arrowhead=vee]
|
||
|
|
}
|