From: Guus Sliepen Date: Sun, 25 Oct 2020 21:20:43 +0000 (+0100) Subject: Fix Doxygen errors. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=8ccad64979db3f96e935c6fbfaf9733dafe2ee66 Fix Doxygen errors. --- 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.