From: Martin Pool Date: Mon, 8 Apr 2002 03:43:54 +0000 (+0000) Subject: Doc. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d1f83bcc81a98c4b8fa2d18f3aae8d291a8a0c00 Doc. --- 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"