From: Andre Noll Date: Thu, 12 Mar 2020 14:32:20 +0000 (+0100) Subject: doc: Add missing \ref in crypt.h. X-Git-Tag: v0.6.3~13 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=df0826fceedf79b2bd4a90561acdf79bcc578ba8;p=paraslash.git doc: Add missing \ref in crypt.h. This way, we get a warning when the name of the function changes but the comment is left unmodified. --- diff --git a/crypt.h b/crypt.h index 01edb5e8..9623a003 100644 --- a/crypt.h +++ b/crypt.h @@ -158,7 +158,7 @@ _static_inline_ void sc_trafo(struct iovec *src, struct iovec *dst, /** * Deallocate a stream cipher structure. * - * \param sc A stream cipher previously obtained by sc_new(). + * \param sc A stream cipher previously obtained by \ref sc_new(). */ void sc_free(struct stream_cipher *sc);