mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
12 lines
256 B
Plaintext
12 lines
256 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]
|
||
|
}
|