OSDN Git Service

fix comments / use one doxygen comment style
authorJochen Tucht <jtuc@users.sourceforge.net>
Fri, 15 Jul 2005 13:23:18 +0000 (13:23 +0000)
committerJochen Tucht <jtuc@users.sourceforge.net>
Fri, 15 Jul 2005 13:23:18 +0000 (13:23 +0000)
Src/DiffItem.h

index 79e9dd6..2bbe7d7 100644 (file)
@@ -78,10 +78,10 @@ struct DIFFITEM : DIFFCODE
 {
        DiffFileInfo left; /**< Fileinfo for left file */
        DiffFileInfo right; /**< Fileinfo for right file */
-       CString sLeftFilename; /**< Filename (without path!) */
-       CString sRightFilename; /**< Filename (without path!) */
-       CString sLeftSubdir; //*< Common subdirectory from root of comparison */
-       CString sRightSubdir; //*< Common subdirectory from root of comparison */
+       CString sLeftFilename; /**< Left filename (without path!) */
+       CString sRightFilename; /**< Right filename (without path!) */
+       CString sLeftSubdir; /**< Left subdirectory from root of comparison */
+       CString sRightSubdir; /**< Right subdirectory from root of comparison */
        int     nsdiffs; /**< Amount of non-ignored differences */
        int ndiffs; /**< Total amount of differences */