]> git.meshlink.io Git - meshlink/commitdiff
Fix Doxygen errors.
authorGuus Sliepen <guus@meshlink.io>
Sun, 25 Oct 2020 21:20:43 +0000 (22:20 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Oct 2020 21:20:43 +0000 (22:20 +0100)
src/meshlink++.h

index c155086558ee4d77b25f95d2920b9133431a157a..4f63a6d9d0507ed1c9e6b86307ea64b8d519d97a 100644 (file)
@@ -479,6 +479,7 @@ public:
        /// Get a list of all nodes by blacklist status.
        /** This function returns a list with handles for all the nodes who were either blacklisted or whitelisted.
         *
+        *  @param blacklisted  If true, a list of blacklisted nodes will be returned, otherwise whitelisted nodes.
         *  @param nodes        A pointer to an array of pointers to meshlink::node, which should be allocated by the application.
         *  @param nmemb        The maximum number of pointers that can be stored in the nodes array.
         *
@@ -544,7 +545,6 @@ public:
        /// Clear the canonical Address for a node.
        /** This function clears the canonical Address for a node.
         *
-        *  @param mesh         A handle which represents an instance of MeshLink.
         *  @param node         A pointer to a struct meshlink_node describing the node.
         *
         *  @return             This function returns true if the address was removed, false otherwise.