diff options
| author | Martin Pool <mbp@samba.org> | 2002-04-08 03:03:04 +0000 |
|---|---|---|
| committer | Martin Pool <mbp@samba.org> | 2002-04-08 03:03:04 +0000 |
| commit | ac13ad106a17c1a47955925c20d467d8ce87efa3 (patch) | |
| tree | e4264b5c59322c81b8e4200d38d5b98bfe0f2704 /tls.c | |
| parent | bd9e9eccbd2a43de6fca84cbb8edae497b0884db (diff) | |
| download | android_external_rsync-ac13ad106a17c1a47955925c20d467d8ce87efa3.tar.gz android_external_rsync-ac13ad106a17c1a47955925c20d467d8ce87efa3.tar.bz2 android_external_rsync-ac13ad106a17c1a47955925c20d467d8ce87efa3.zip | |
Clean up comments for Doxygen.
Diffstat (limited to 'tls.c')
| -rw-r--r-- | tls.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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" |
