mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
12 lines
267 B
Plaintext
12 lines
267 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 ];
|
|
|
|
timer_t -> timer_info_t[arrowhead=vee]
|
|
}
|