diff --git a/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp b/Code/Mantid/Framework/API/src/FileLoaderRegistry.cpp index bc3bef8f3790b44fac78a2163f4900e0d2b2a653..a94e14a42e5ee0b4bd77adc35d23463133f677a8 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) {