summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-21 21:10:12 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-21 23:41:54 -0400
commit4ba5382a32cb80aacbff11178f0da7b6493c8d48 (patch)
tree2a6bf514d4f62dca1e80cb77e5db581f8d030e7a /src/parser
parent3264f3bb76944129074c2a3204a94f0b02740e23 (diff)
API documentation improvements.
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