mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08: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]
|
|
}
|