OSDN Git Service

Cosmetic: Add function header comment to CMergeDoc::GetWordDiffArray
authorPerry Rapp <elsapo@users.sourceforge.net>
Wed, 20 Jul 2005 22:05:38 +0000 (22:05 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Wed, 20 Jul 2005 22:05:38 +0000 (22:05 +0000)
  Src: MergeDocLineDiffs.cpp

Src/MergeDocLineDiffs.cpp
Src/readme.txt

index 7d24534..d2c102d 100644 (file)
@@ -315,6 +315,11 @@ void CMergeDoc::Computelinediff(CCrystalTextView * pView1, CCrystalTextView * pV
        }
 }
 
+/**
+ * @brief Return array of differences in specified line
+ * This is used by algorithm for line diff coloring
+ * (Line diff coloring is distinct from the selection highlight code)
+ */
 void CMergeDoc::GetWordDiffArray(int nLineIndex, wdiffarray *pworddiffs)
 {
        if (nLineIndex >= m_pLeftView->GetLineCount()) return;
index 9559f18..f18a4da 100644 (file)
@@ -1,6 +1,8 @@
 2005-07-20 Perry 
  PATCH: [ 1241753 ] Fix DirViewColItems int64 cast warnings
   Src: DirViewColItems.cpp
+ Cosmetic: Add function header comment to CMergeDoc::GetWordDiffArray
+  Src: MergeDocLineDiffs.cpp
 
 2005-07-19 Kimmo
  PATCH: [ 1238194 ] Use proper member names in MergeDiffDetailView