Skip to content

Commit

Permalink
Add comment for Edit and EditInfo [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 4, 2024
1 parent c811450 commit e490b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/vrv/toolkit.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ 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
**/
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
**/
Expand Down

0 comments on commit e490b5e

Please sign in to comment.