From: Di-an Jan Date: Tue, 28 Oct 2008 17:38:06 +0000 (+0100) Subject: Correct visible errors in generated Javadoc. X-Git-Tag: v2.4~5 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/74d6c0fe17ad70e07f5eab01a74920d2bc98fcc2?hp=74d6c0fe17ad70e07f5eab01a74920d2bc98fcc2 Correct visible errors in generated Javadoc. 2008-10-27 Di-an Jan * data/lalr1.jave: Update copyright years. (YYParser): Correct name of "generated from" file in Javadoc: use b4_file_name instead of @ofile@. (Location constructor): Correct Javadoc parameter name. (yylloc): Add missing opening m4 quote after b4_location_if. This removes a stray [ in the Javadoc of Lexer.getStartPos. (Lexer.yyerror): Fix incorrect m4 and Javadoc. (YYParser constructor): Correct Javadoc parameter name. ---