Skip to content

Commit 1738255

Browse files
committed
[Misc #21688] [DOC] Include box.md in Ruby::Box documentation
1 parent 4a0e01d commit 1738255

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

box.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,8 @@ rb_f_dump_classext(VALUE recv, VALUE klass)
10471047
/*
10481048
* Document-class: Ruby::Box
10491049
*
1050-
* Ruby::Box is designed to provide separated spaces in a Ruby
1051-
* process, to isolate applications and libraries.
1052-
* See {Ruby::Box}[rdoc-ref:box.md].
1050+
* :markup: markdown
1051+
* :include: doc/_box.md
10531052
*/
10541053
void
10551054
Init_Box(void)

doc/.document

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*.md
2-
*.rb
1+
[^_]*.md
2+
[^_]*.rb
33
[^_]*.rdoc
44
contributing
55
NEWS
File renamed without changes.

0 commit comments

Comments
 (0)