[ruby/rdoc] Fix support for rb_file_const and rb_curses_define_const
Constant definitions using these functions have been supported, but
since RDoc::Parser::C#gen_const_table did not consider other than rb_define_const the documents for them have not been found, without Document-const direvtive.
[ruby/rdoc] Fix support for
rb_file_const
andrb_curses_define_const
Constant definitions using these functions have been supported, but
since RDoc::Parser::C#gen_const_table did not consider other than
rb_define_const
the documents for them have not been found, withoutDocument-const
direvtive.Fixes https://github.com/ruby/rdoc/issues/1067
https://github.com/ruby/rdoc/commit/cdad51a60b