We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180156 commit e87a1ebCopy full SHA for e87a1eb
Framework/API/src/AnalysisDataService.cpp
@@ -35,6 +35,8 @@ std::shared_ptr<const WorkspaceGroup> AnalysisDataServiceImpl::GroupUpdatedNotif
35
* Check whether the name is valid for the ADS. In release mode, issue a warning but do not return the error.
36
* In debug mode, return the error string.
37
* @param name A string containing a possible name for an object in the ADS
38
+ * @param printWarning Whether to print a warning if the workspace name is invalid. Default is false. Used to
39
+ * avoid the warning printing multiple times per operation.
40
* @return An empty string if the name is valid or an error message stating the
41
* problem if the name is unacceptable.
42
*/
0 commit comments