From 79781d108ed94c937de3d9a00c95bc1319f6f825 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 29 May 2024 20:56:18 +0200 Subject: [PATCH] Add missing full doxygen elements --- src/gmp_get.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gmp_get.h b/src/gmp_get.h index e1c724e04..428a8b344 100644 --- a/src/gmp_get.h +++ b/src/gmp_get.h @@ -66,7 +66,6 @@ send_get_start (const char *, int (*) (const char *, void *), void *); * @brief Send start of GET response to client, returning on fail. * * @param[in] type Type of resource. - * @param[in] get GET data. */ #define SEND_GET_START(type) \ do \