diff --git a/include/vrv/toolkit.h b/include/vrv/toolkit.h index b1f8284e15..f13232fdad 100644 --- a/include/vrv/toolkit.h +++ b/include/vrv/toolkit.h @@ -313,7 +313,7 @@ class Toolkit { ///@{ /** - * Edit the MEI data. + * Edit the MEI data - experimental code not to rely on. * * @param editorAction The editor actions as a stringified JSON object * @return True if the edit action was successfully applied @@ -321,7 +321,7 @@ class Toolkit { bool Edit(const std::string &editorAction); /** - * Return the editor status. + * Return the editor status - experimental code not to rely on. * * @return The editor status as a string **/