[DOC] Mark Namespace debug methods to be "nodoc"

This commit is contained in:
Nobuyoshi Nakada 2025-10-09 08:44:06 +09:00
parent 3d2ee31fdc
commit 44215c1ad9
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-10-09 01:59:07 +00:00

View File

@ -986,6 +986,7 @@ rb_f_dump_classext(VALUE recv, VALUE klass)
return res;
}
/* :nodoc: */
static VALUE
rb_namespace_root_p(VALUE namespace)
{
@ -993,6 +994,7 @@ rb_namespace_root_p(VALUE namespace)
return RBOOL(NAMESPACE_ROOT_P(ns));
}
/* :nodoc: */
static VALUE
rb_namespace_main_p(VALUE namespace)
{
@ -1000,6 +1002,7 @@ rb_namespace_main_p(VALUE namespace)
return RBOOL(NAMESPACE_MAIN_P(ns));
}
/* :nodoc: */
static VALUE
rb_namespace_user_p(VALUE namespace)
{