From: Kimmo Varis Date: Sat, 3 Feb 2007 15:48:29 +0000 (+0000) Subject: Fix Doxygen comments X-Git-Tag: 2.16.5~4402 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9c5dde3a9f4422a4b00aee3a8540d6ab31af1885;p=winmerge-jp%2Fwinmerge-jp.git Fix Doxygen comments --- diff --git a/Src/Changes.txt b/Src/Changes.txt index 1019c9ddb..5a80b0e6c 100644 --- a/Src/Changes.txt +++ b/Src/Changes.txt @@ -5,6 +5,8 @@ Add new items to top. 2007-02-03 Kimmo Remove unused enum definition Src: PropCompare.h + Fix Doxygen comments + Src: PropCompare.h 2007-02-01 Kimmo Remove unused parameter from CMainFrame::SyncFileToVCS() diff --git a/Src/PropCompare.h b/Src/PropCompare.h index 9655fb6e9..17d27e45d 100644 --- a/Src/PropCompare.h +++ b/Src/PropCompare.h @@ -1,9 +1,9 @@ /** - * @file PropCompare.cpp + * @file PropCompare.h * - * @brief Implementation of CPropCompare propertysheet + * @brief Declaration of CPropCompare propertysheet */ -// RCS ID line follows -- this is updated by CVS +// RCS ID line follows -- this is updated by SVN // $Id$ #ifndef _PROPPAGE_COMPARE_H_ @@ -27,6 +27,8 @@ class COptionsMgr; * Compare methods: * - compare by contents * - compare by modified date + * - compare by file size + * - compare by date and size * - compare by quick contents * * @author Tim Musschoot, several modifications by others @@ -35,8 +37,6 @@ class CPropCompare : public CPropertyPage, public IOptionsPanel { // Construction public: -// enum CompareMethod { BY_CONTENTS, BY_DATE}; - CPropCompare(COptionsMgr *optionsMgr); // Implement IOptionsPanel @@ -83,4 +83,3 @@ private: // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // _PROPPAGE_COMPARE_H_ -