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);