From 8ccad64979db3f96e935c6fbfaf9733dafe2ee66 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 25 Oct 2020 22:20:43 +0100 Subject: [PATCH] Fix Doxygen errors. --- src/meshlink++.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlink++.h b/src/meshlink++.h index c1550865..4f63a6d9 100644 --- a/src/meshlink++.h +++ b/src/meshlink++.h @@ -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. -- 2.39.2