From ebf9e8bfad7665cba6a790bb9bf3bcddc0256323 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 14 Sep 2013 15:19:56 +0200 Subject: [PATCH] comments --- src/rcldb/rcldups.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/rcldb/rcldups.cpp b/src/rcldb/rcldups.cpp index ee331855..60913688 100644 --- a/src/rcldb/rcldups.cpp +++ b/src/rcldb/rcldups.cpp @@ -17,9 +17,6 @@ //////////////////////////////////////////////////////////////////// -/** Retrieve the dups of a given document. The input has to be a query result - * because we use the xdocid */ - #include "autoconfig.h" #include @@ -37,7 +34,8 @@ using namespace std; namespace Rcl { -// File name wild card expansion. This is a specialisation ot termMatch +/** Retrieve the dups of a given document. The input has to be a query result + * because we use the xdocid. We get the md5 from this, then the dups */ bool Db::docDups(const Doc& idoc, vector& odocs) { if (m_ndb == 0) {