From e490b5e38ed313ad3330a149ce15be993e1b7755 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Mon, 4 Nov 2024 09:30:29 +0100 Subject: [PATCH] Add comment for `Edit` and `EditInfo` [skip-ci] --- include/vrv/toolkit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vrv/toolkit.h b/include/vrv/toolkit.h index b1f8284e15f..f13232fdadf 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 **/