diff options
author | aycabta <[email protected]> | 2021-08-10 02:35:50 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-08-10 02:36:00 +0900 |
commit | b8f771fba2dde1e43173ceba21007d2612eddd44 (patch) | |
tree | 8490844a54b178e1a0968d850273825306213e7c /lib/rdoc | |
parent | 44635ebe9a39fbe1fdaf0b65d00f9c89bee43489 (diff) |
Update parser files of RDoc generated by the latest Racc
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/rd/block_parser.rb | 2 | ||||
-rw-r--r-- | lib/rdoc/rd/inline_parser.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index cf30043593..462ba869a2 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.5.1 +# This file is automatically generated by Racc 1.5.2 # from Racc grammar file "". # diff --git a/lib/rdoc/rd/inline_parser.rb b/lib/rdoc/rd/inline_parser.rb index 007327bf0e..8f4c2c31ef 100644 --- a/lib/rdoc/rd/inline_parser.rb +++ b/lib/rdoc/rd/inline_parser.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.5.1 +# This file is automatically generated by Racc 1.5.2 # from Racc grammar file "". # |