Skip to content
Snippets Groups Projects
Commit 5b20385e authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix documentation of Dot command

parent 1a42646a
No related branches found
No related tags found
1 merge request!61Dev
Pipeline #31039 passed
...@@ -47,9 +47,9 @@ auto DotTx11 = registration::AbstractRegister < Dot, void, const std::string & > ...@@ -47,9 +47,9 @@ auto DotTx11 = registration::AbstractRegister < Dot, void, const std::string & >
auto DotFile = registration::AbstractRegister < Dot, void, const std::string &, const std::string &, const std::string & > ( Dot::dot, abstraction::AlgorithmCategories::AlgorithmCategory::DEFAULT, "data", "outputType", "outputFile" ).setDocumentation ( auto DotFile = registration::AbstractRegister < Dot, void, const std::string &, const std::string &, const std::string & > ( Dot::dot, abstraction::AlgorithmCategories::AlgorithmCategory::DEFAULT, "data", "outputType", "outputFile" ).setDocumentation (
"Cli builtin command for DOT format visualization\n\ "Cli builtin command for DOT format visualization\n\
\n\ \n\
param data a string containing dot data\n\ @param data a string containing dot data\n\
param outputType the type of dot created image\n\ @param outputType the type of dot created image\n\
param outputFile the destination file name" ); @param outputFile the destination file name" );
   
} /* namespace builtin */ } /* namespace builtin */
   
......
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