mirror of https://github.com/AxioDL/tinyxml2.git
comment
This commit is contained in:
parent
7085f00e40
commit
b29f556ab0
|
@ -1802,9 +1802,9 @@ public:
|
||||||
void Clear();
|
void Clear();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Copies this document to a target.
|
Copies this document to a target document.
|
||||||
The target will be completely cleared before the copy.
|
The target will be completely cleared before the copy.
|
||||||
If you want to copy a sub-tree, see DeepClone.
|
If you want to copy a sub-tree, see XMLNode::DeepClone().
|
||||||
|
|
||||||
NOTE: that the 'target' must be non-null and not
|
NOTE: that the 'target' must be non-null and not
|
||||||
the source document.
|
the source document.
|
||||||
|
|
Loading…
Reference in New Issue