Forráskód Böngészése

docs(server): Improve the documentation of browseRecursive

Julius Pfrommer 4 éve
szülő
commit
2694118af6
1 módosított fájl, 2 hozzáadás és 2 törlés
  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