X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink%2B%2B.h;h=02cd01a2d1ae26ad486340b028135689629c7cf9;hb=c3e43398c1d6a31697ea70be30b40e936d4e4e9b;hp=3fa7774e0b9fa667ad42025455409d78e7dc3418;hpb=3291b02dbc3c9214f632df3669f94cfcb6f46833;p=meshlink diff --git a/src/meshlink++.h b/src/meshlink++.h index 3fa7774e..02cd01a2 100644 --- a/src/meshlink++.h +++ b/src/meshlink++.h @@ -156,7 +156,7 @@ namespace meshlink { * @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. * - * @param return The number of known nodes. This can be larger than nmemb, in which case not all nodes were stored in the nodes array. + * @return The number of known nodes. This can be larger than nmemb, in which case not all nodes were stored in the nodes array. */ size_t get_all_nodes(node **nodes, size_t nmemb) { return meshlink_get_all_nodes(this, (meshlink_node_t **)nodes, nmemb);