On the tree-conflicts branch:

* subversion/include/svn_wc.h
  (svn_wc_conflict_description_create_tree): Make the doc-string specify
    that the copies are shallow copies.



git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/tree-conflicts@873112 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/subversion/include/svn_wc.h b/subversion/include/svn_wc.h
index 54009a3..b607ec1 100644
--- a/subversion/include/svn_wc.h
+++ b/subversion/include/svn_wc.h
@@ -1259,7 +1259,8 @@
  * Set the @c path field of the created struct to @a path, the @c access
  * field to @a adm_access, the @c kind field to @c
  * svn_wc_conflict_kind_tree, the @c node_kind to @a node_kind, and the @c
- * operation to @a operation.
+ * operation to @a operation. Make only shallow copies of the pointer
+ * arguments.
  *
  * @note: It is the caller's responsibility to set the other required fields
  * (such as the four file names and @c action and @c reason).