Skip to content
Snippets Groups Projects
Commit a22c7c77 authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Re #22711 correct 'seealso'

parent da392c2a
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@ public:
return "MDAlgorithms\\DataHandling";
}
const std::vector<std::string> seeAlso() const override {
return {"LoadDNSLegacy", "LoadWANDSCD", "ConvertWANDSCDtoQ"};
}
/// Returns a confidence value that this algorithm can load a file
int confidence(Kernel::FileDescriptor &descriptor) const override;
......
......@@ -17,8 +17,6 @@ This algorithm loads a list of DNS `.d_dat` data files into a `MDEventWorkspace
This algorithm is meant to replace the :ref:`algm-LoadDNSLegacy` for single crystal diffraction data.
.. seealso:: :ref:`LoadDNSLegacy <algm-LoadDNSLegacy>`, :ref:`LoadWANDSCD <algm-LoadWANDSCD>` and :ref:`ConvertWANDSCDtoQ <algm-ConvertWANDSCDtoQ>`.
**Output**
As a result, two workspaces are created:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment