Skip to content

Commit 04e3f33

Browse files
committed
[DOC] Prevent RDoc from referencing internal modules
1 parent 3043df5 commit 04e3f33

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ext/io/console/console.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,9 +2080,8 @@ InitVM_console(void)
20802080
rb_define_method(rb_cIO, "getpass", console_getpass, -1);
20812081
rb_define_method(rb_cIO, "ttyname", console_ttyname, 0);
20822082
{
2083-
/* :stopdoc: */
2083+
/* :nodoc: */
20842084
VALUE platform = rb_define_module_under(rb_cIO, "platform_tty");
2085-
/* :startdoc: */
20862085
{
20872086
VALUE rb_cIO = platform;
20882087
rb_define_method(rb_cIO, "tty?", console_platform_tty_p, -1);

0 commit comments

Comments
 (0)