forked from qt-creator/qt-creator
Add a comment about the sources of inspiration for diff algorithm
Change-Id: I34123d6d9398bcb3afaa5bf8d043c3fd296f5f4d Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
/*
|
||||
The main algorithm "diffMyers()" is based on "An O(ND) Difference Algorithm
|
||||
and Its Variations" by Eugene W. Myers: http://www.xmailserver.org/diff2.pdf
|
||||
|
||||
Preprocessing and postprocessing functions inspired by "Diff Strategies"
|
||||
publication by Neil Fraser: http://neil.fraser.name/writing/diff/
|
||||
*/
|
||||
|
||||
#include "differ.h"
|
||||
|
||||
#include <QList>
|
||||
|
||||
Reference in New Issue
Block a user