Skip to content
Snippets Groups Projects
Commit 100aa019 authored by Alex Buts's avatar Alex Buts
Browse files

Re #13566 Sphinx error (Inelastic category)

parent d22a4cdb
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public:
/// Algorithm's version for identification. @see Algorithm::version
virtual int version() const { return 1; };
/// Algorithm's category for identification. @see Algorithm::category
virtual const std::string category() const { return "Direct\\Inelastic"; };
virtual const std::string category() const { return "Inelastic"; };
/// Cross-check properties with each other @see IAlgorithm::validateInputs
virtual std::map<std::string, std::string> validateInputs();
......
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