From 4e8aa756cbab509c78be9073dccb6c86358ff744 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 26 Mar 2014 18:02:59 +0100 Subject: [PATCH] comment --- src/rcldb/rcldb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h index 477f7cbe..aad2bc36 100644 --- a/src/rcldb/rcldb.h +++ b/src/rcldb/rcldb.h @@ -258,6 +258,7 @@ class Db { * probably be renamed container_udi. * @param doc container for document data. Should have been filled as * much as possible depending on the document type. + * ** doc will be modified in a destructive way ** */ bool addOrUpdate(const string &udi, const string &parent_udi, Doc &doc);