]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Fix warnings from Doxygen.
[meshlink] / src / meshlink.h
index 89bab39aba15c5fa4d7c342dfd19f19412eab5cb..b54e961e5c9adab0bf6b144e2a527ad34f558511 100644 (file)
@@ -29,6 +29,7 @@
 extern "C" {
 #endif
 
+/// The length in bytes of a signature made with meshlink_sign()
 #define MESHLINK_SIGLEN 64
 
 /// A handle for an instance of MeshLink.