Index: tools/dom/docs/docs.json |
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json |
index dae8eca3b9fbce9418dc71bfe282ade201133d28..4a34c777ab6b95a9ce4562ecf0e014c98d7693d7 100644 |
--- a/tools/dom/docs/docs.json |
+++ b/tools/dom/docs/docs.json |
@@ -327,6 +327,21 @@ |
" */" |
] |
}, |
+ "Node": { |
+ "members": { |
+ "appendChild": [ |
+ "/**", |
+ " * Adds a node to the end of the child [nodes] list of this node.", |
+ " *", |
+ " * If the node already exists in this document, it will be removed from its", |
+ " * current parent node, then added to this node.", |
+ " *", |
+ " * This method is more efficient than `nodes.add`, and is the preferred", |
+ " * way of appending a child node.", |
+ " */" |
+ ] |
+ } |
+ }, |
"WebSocket": { |
"comment": [ |
"/**", |