From 2117f6a451875518f27a0923e60dd73d5efc91d1 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Sat, 20 Dec 2014 09:24:31 -0500 Subject: [PATCH] json: regenerate with new `no_warning` Signed-off-by: Jean Privat --- lib/json/json_lexer.nit | 4 +++- lib/json/json_parser.nit | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/json/json_lexer.nit b/lib/json/json_lexer.nit index 3273525..162e529 100644 --- a/lib/json/json_lexer.nit +++ b/lib/json/json_lexer.nit @@ -1,4 +1,6 @@ -# Lexer generated by nitcc for the grammar jsonimport nitcc_runtime +# Lexer generated by nitcc for the grammar json +module json_lexer is no_warning "missing-doc" +import nitcc_runtime import json_parser class Lexer_json super Lexer diff --git a/lib/json/json_parser.nit b/lib/json/json_parser.nit index f95a3cb..581551f 100644 --- a/lib/json/json_parser.nit +++ b/lib/json/json_parser.nit @@ -1,4 +1,5 @@ # Parser generated by nitcc for the grammar json +module json_parser is no_warning("missing-doc","old-init") import nitcc_runtime class Parser_json super Parser -- 1.7.9.5