Procházet zdrojové kódy

docs(server): Improve the documentation of browseRecursive

Julius Pfrommer před 4 roky
rodič
revize
2694118af6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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