提交 c82a4695 编写于 作者: A annie_wangli

update docs

Signed-off-by: Nannie_wangli <annie.wangli@huawei.com>
上级 c7ec364f
......@@ -330,8 +330,17 @@ This syntax indicates that the **attribute** value is a reference to **node**
node1 {
attributes;
}
node2 {
attr_1 = &root.node1;
}
```
Or
```
node2 {
node1 {
attributes;
}
attr_1 = &node1;
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册