Skip to content
Snippets Groups Projects
Commit 3c87b2c3 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

fix help

parent 4c4dfa43
No related branches found
No related tags found
No related merge requests found
Pipeline #53197 passed with warnings
......@@ -14,7 +14,7 @@ auto GrammarAlternationCFG = registration::AbstractRegister < grammar::transform
grammar::CFG < DefaultSymbolType, ext::pair < DefaultSymbolType, unsigned > >,
const grammar::CFG < DefaultSymbolType, DefaultSymbolType > &,
const grammar::CFG < DefaultSymbolType, DefaultSymbolType > & > ( grammar::transform::GrammarAlternation::alternation, "first", "second" ).setDocumentation (
"Concatenates two context-free grammars.\n\
"Alternates two context-free grammars.\n\
\n\
@param first First grammar (G1)\n\
@param second Second grammar (G2)\n\
......
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