equal
deleted
inserted
replaced
414 /// \n |
414 /// \n |
415 |
415 |
416 /// If you need better control on the execution, you must call |
416 /// If you need better control on the execution, you must call |
417 /// \ref init(), \ref greedyInit() or \ref matchingInit() |
417 /// \ref init(), \ref greedyInit() or \ref matchingInit() |
418 /// functions first, then you can start the algorithm with the \ref |
418 /// functions first, then you can start the algorithm with the \ref |
419 /// startParse() or startDense() functions. |
419 /// startSparse() or startDense() functions. |
420 |
420 |
421 ///@{ |
421 ///@{ |
422 |
422 |
423 /// \brief Sets the actual matching to the empty matching. |
423 /// \brief Sets the actual matching to the empty matching. |
424 /// |
424 /// |