Clean up comments for Doxygen.
[rsync/rsync.git] / tls.c
diff --git a/tls.c b/tls.c
index a34385f..9811687 100644 (file)
--- a/tls.c
+++ b/tls.c
  */
 
 /**
- * \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"