parser: add `no_warning` in generated files to disable some warnings
[nit.git] / src / parser / parser_prod.nit
index 9964ed8..f302e3e 100644 (file)
@@ -1,6 +1,6 @@
 # Production AST nodes full definition.
 # This file was generated by SableCC (http://www.sablecc.org/).
-module parser_prod
+module parser_prod is no_warning("missing-doc")
 
 import lexer
 intrude import parser_nodes