From df0826fceedf79b2bd4a90561acdf79bcc578ba8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 12 Mar 2020 15:32:20 +0100 Subject: [PATCH] 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. --- crypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2