Explorar o código

docs(server): Improve the documentation of browseRecursive

Julius Pfrommer %!s(int64=4) %!d(string=hai) anos
pai
achega
2694118af6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/server/ua_server_internal.h

+ 2 - 2
src/server/ua_server_internal.h

@@ -150,8 +150,8 @@ isNodeInTree(void *nsCtx, const UA_NodeId *leafNode,
              const UA_NodeId *nodeToFind, const UA_NodeId *referenceTypeIds,
              size_t referenceTypeIdsSize);
 
-/* Returns an array with the hierarchy of nodes. The start nodes are returned as
- * well. The returned array starts at the leaf and continues "upwards" or
+/* Returns an array with the hierarchy of nodes. The start nodes can be returned
+ * as well. The returned array starts at the leaf and continues "upwards" or
  * "downwards". Duplicate entries are removed. The parameter `walkDownwards`
  * indicates the direction of search. */
 UA_StatusCode