X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d0f821ad3d2627b842cf18770f91266a808b83b8..b35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0:/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"