From 7d1394e24f86978b5e92e37d9461df20893b4cdd Mon Sep 17 00:00:00 2001 From: Michael Reuter <reuterma@ornl.gov> Date: Fri, 20 Dec 2013 10:58:59 -0500 Subject: [PATCH] Refs #8632. Fixing a missed error. --- Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp b/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp index bc3bef8f379..a94e14a42e5 100644 --- a/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp +++ b/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp @@ -79,7 +79,7 @@ namespace Mantid /** * If the name does not exist then it does nothing * @param name Name of the algorithm to remove from the search list - * @aparam version An optional version to remove. -1 indicates remove all (Default=-1) + * @param version An optional version to remove. -1 indicates remove all (Default=-1) */ void FileLoaderRegistryImpl::unsubscribe(const std::string &name, const int version) { -- GitLab