File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 */
986981void ParseHTMLWithNode ( TidyDocImpl * doc , Node * node )
987982{
You can’t perform that action at this time.
0 commit comments