Skip to content
Snippets Groups Projects
Commit 2b6a62ad authored by Nick Draper's avatar Nick Draper
Browse files

Resolved warnings and renamed directive to relatedAlgorithms

To avoid clashing with the default seealso directive
re #22143
parent 46824a24
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -185,7 +185,7 @@ public:
const std::string categorySeparator() const override { return ";"; }
/// Function to return all of the seeAlso (these are not validated) algorithms
/// related to this algorithm.A default implementation is provided.
const std::vector<std::string> seeAlso() const { return {}; };
const std::vector<std::string> seeAlso() const override { return {}; };
/// function to return any aliases to the algorithm; A default implementation
/// is provided
const std::string alias() const override { return ""; }
......
......@@ -85,7 +85,7 @@ public:
return m_categorySeparator;
}
/// Function to return all of the seeAlso algorithms related to this algorithm
const std::vector<std::string> seeAlso() const { return m_seeAlso; };
const std::vector<std::string> seeAlso() const override { return m_seeAlso; };
/// Aliases to the algorithm
const std::string alias() const override { return m_alias; }
/// Optional documentation URL for the real algorithm
......
......@@ -11,7 +11,7 @@ Contributors:
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -3,7 +3,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -3,7 +3,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
......@@ -2,7 +2,7 @@
.. summary::
.. seeAlso::
.. relatedAlgorithms::
.. properties::
......
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