From 0bd76ee2eda38c4813477eea05a86e8c76283488 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 30 Jun 2022 19:32:02 +0200 Subject: [PATCH] Fix Doxygen documentation attached to non-existent elements Signed-off-by: Gilles Peskine --- include/mbedtls/platform.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/mbedtls/platform.h b/include/mbedtls/platform.h index bad442e72..a5a43ac6d 100644 --- a/include/mbedtls/platform.h +++ b/include/mbedtls/platform.h @@ -297,10 +297,8 @@ int mbedtls_platform_set_vsnprintf( int (*vsnprintf_func)( char * s, size_t n, * you can set mbedtls_setbuf to a function that * does nothing. * - * \param setbuf_func The \c setbuf function implementation. - * It is always called with `buf` equal to `NULL`. - * - * \return \c 0 on success, negative on error. + * The library always calls this function with + * `buf` equal to `NULL`. */ extern void (*mbedtls_setbuf)( FILE *stream, char *buf );