diff options
Diffstat (limited to '')
-rw-r--r-- | MoonParser/ast.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MoonParser/ast.cpp b/MoonParser/ast.cpp index 66f6493..916fdd7 100644 --- a/MoonParser/ast.cpp +++ b/MoonParser/ast.cpp | |||
@@ -51,7 +51,6 @@ void ast_member::_init() { | |||
51 | /** parses the given input. | 51 | /** parses the given input. |
52 | @param i input. | 52 | @param i input. |
53 | @param g root rule of grammar. | 53 | @param g root rule of grammar. |
54 | @param ws whitespace rule. | ||
55 | @param el list of errors. | 54 | @param el list of errors. |
56 | @param ud user data, passed to the parse procedures. | 55 | @param ud user data, passed to the parse procedures. |
57 | @return pointer to ast node created, or null if there was an error. | 56 | @return pointer to ast node created, or null if there was an error. |