Skip to content

Commit 71ff9a7

Browse files
committed
Documentation update. No version bump.
1 parent 2e25958 commit 71ff9a7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/parser.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -976,12 +976,7 @@ static Parser* GetParserForNode( TidyDocImpl* doc, Node *node )
976976
* This controller is responsible for calling each of the individual parsers,
977977
* based on the tokens it pulls from the lexer, or the tokens passed back via
978978
* the parserMemory stack from each of the parsers. Having a main, central
979-
* looping dispatcher in this fashion allows the prevention of recursion. Note,
980-
* though, that some of the parsers are still recursive and have to be
981-
* refactored in order to cooperate with this controller.
982-
*
983-
* (The goal is to update the old-style parsers slowly and deliberately
984-
* without causing regressions, in a series of smaller commits and updates.)
979+
* looping dispatcher in this fashion allows the prevention of recursion.
985980
*/
986981
void ParseHTMLWithNode( TidyDocImpl* doc, Node* node )
987982
{

0 commit comments

Comments
 (0)