mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* lib/rdoc/*: Added --root option for building documentation outside
the source directory. * test/rdoc/*: ditto * common.mk (rdoc): Added --root to rdoc rule git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7de9e2dfde
commit
6d1266a879
20 changed files with 169 additions and 35 deletions
|
@ -106,7 +106,7 @@ class RDoc::Attr < RDoc::MethodAttr
|
|||
@visibility,
|
||||
parse(@comment),
|
||||
singleton,
|
||||
@file.absolute_name,
|
||||
@file.relative_name,
|
||||
@parent.full_name,
|
||||
@parent.class,
|
||||
@section.title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue