Documentation update. No version bump.

This commit is contained in:
Jim Derry 2021-08-15 11:17:50 -04:00
parent 2e259583a8
commit 71ff9a7a8a
1 changed files with 1 additions and 6 deletions

View File

@ -976,12 +976,7 @@ static Parser* GetParserForNode( TidyDocImpl* doc, Node *node )
* This controller is responsible for calling each of the individual parsers,
* based on the tokens it pulls from the lexer, or the tokens passed back via
* the parserMemory stack from each of the parsers. Having a main, central
* looping dispatcher in this fashion allows the prevention of recursion. Note,
* though, that some of the parsers are still recursive and have to be
* refactored in order to cooperate with this controller.
*
* (The goal is to update the old-style parsers slowly and deliberately
* without causing regressions, in a series of smaller commits and updates.)
* looping dispatcher in this fashion allows the prevention of recursion.
*/
void ParseHTMLWithNode( TidyDocImpl* doc, Node* node )
{