summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 2f30460d2..94636dd79 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -327,6 +327,7 @@ public:
* @param name the symbol to check
* @param check the kind of check to perform
* @param type the type of the symbol
+ * @param notes notes to add to a parse error (if one is generated)
* @throws ParserException if checks are enabled and the check fails
*/
void checkDeclaration(const std::string& name, DeclarationCheck check,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback