From bfa7e346fa1ea679d7e44bb55b251cd069330a57 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 20 Aug 2019 19:05:45 +0200 Subject: Minor Doxygen updates/fixes. Reported by: Jens Schleusener (fossies.org) --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 8e546693..327552d8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -512,8 +512,8 @@ int do_protocol(struct query *, const struct method *); /* transact.c: transaction support */ /** \ingroup gen_recv_split - * Data structure to cache data between \func gen_recv_split calls, - * must be initialized before use by calling \func gen_recv_split_init. */ + * Data structure to cache data between gen_recv_split() calls, + * must be initialized before use by calling gen_recv_split_init(). */ struct RecvSplit { char prefix[100]; /**< prefix to match/repeat when splitting lines */ -- cgit v1.2.3