aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-08-20 19:05:45 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-20 19:05:45 +0200
commitbfa7e346fa1ea679d7e44bb55b251cd069330a57 (patch)
treefea2e8c114e6c8aadfd02ab90f6ccf62411e3d82 /fetchmail.h
parentd8d87f0e814f579a05621ffd8d64f4aa5065f5d3 (diff)
downloadfetchmail-bfa7e346fa1ea679d7e44bb55b251cd069330a57.tar.gz
fetchmail-bfa7e346fa1ea679d7e44bb55b251cd069330a57.tar.bz2
fetchmail-bfa7e346fa1ea679d7e44bb55b251cd069330a57.zip
Minor Doxygen updates/fixes.
Reported by: Jens Schleusener (fossies.org)
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 2 insertions, 2 deletions
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 */