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

fix documentation of BeginToEndIndex

parent de4ef551
No related branches found
No related tags found
1 merge request!57Dev
Pipeline #28426 passed
......@@ -11,7 +11,7 @@
namespace {
 
auto BeginToEndIndexLinearString = registration::AbstractRegister < stringology::transform::BeginToEndIndex, ext::set < unsigned >, const string::LinearString < > &, const ext::set < unsigned > & > ( stringology::transform::BeginToEndIndex::transform, "pattern", "indexes" ).setDocumentation (
"Transforms a set of occurrences represented by end indexes to set of occurrences representing by start indexes.\n\
"Transforms a set of occurrences represented by begin indexes to set of occurrences representing by end indexes.\n\
\n\
@param pattern the pattern that was being searched for\n\
@param indexes the original occurrences\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