From d1f83bcc81a98c4b8fa2d18f3aae8d291a8a0c00 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 03:43:54 +0000 Subject: [PATCH] Doc. --- compat.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compat.c b/compat.c index 72e0f99f..2f497007 100644 --- a/compat.c +++ b/compat.c @@ -17,7 +17,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* compatability routines for older rsync protocol versions */ +/** + * @file compat.c + * + * Compatibility routines for older rsync protocol versions. + **/ #include "rsync.h" -- 2.34.1