From 77020a5574bfdbdcdebe03a3ee5d3d3f99563c03 Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Mon, 2 Jan 2023 12:53:26 +0100
Subject: [PATCH 3/6] Fix doxygen warning

About a documented return type for a function that does not return anything.
---
 src/api/ccapi/voms_apic.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/api/ccapi/voms_apic.h b/src/api/ccapi/voms_apic.h
index 8807803..a3551f4 100644
--- a/src/api/ccapi/voms_apic.h
+++ b/src/api/ccapi/voms_apic.h
@@ -205,8 +205,7 @@ extern struct contactdata **VOMS_FindByVO(struct vomsdata *vd, char *vo,
 
 
 extern void VOMS_DeleteContacts(struct contactdata **list); /*!< Frees a contactdata vector.
-							      \param list The vector to free.
-							      \return NONE */
+							      \param list The vector to free.*/
 
 extern struct vomsdata *VOMS_Init(char *voms, char *cert); /*!< Initializes a vomsdata structure for use by the other functions.
 						       N.B: This is the ONLY way to correctly initialize a vomsdata structure. It
-- 
2.38.1

