From ac13ad106a17c1a47955925c20d467d8ce87efa3 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 03:03:04 +0000 Subject: Clean up comments for Doxygen. --- tls.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tls.c') diff --git a/tls.c b/tls.c index a34385fb..98116871 100644 --- a/tls.c +++ b/tls.c @@ -17,10 +17,9 @@ */ /** - * \section tls + * @file tls.c * - * tls -- Trivial recursive ls, for comparing two directories after - * running an rsync. + * Trivial @c ls for comparing two directories after running an rsync. * * The problem with using the system's own ls is that some features * have little quirks that make directories look different when for @@ -39,7 +38,6 @@ **/ - #include "rsync.h" #define PROGRAM "tls" -- cgit v1.2.3