Project

General

Profile

Actions

Bug #9228

closed

rdoc can't generate documentation for ext/thread/thread.c on trunk

Added by ktsj (Kazuki Tsujimoto) over 10 years ago. Updated about 10 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.1.0dev (2013-12-08 trunk 44065) [x86_64-linux]
[ruby-core:58962]

Description

=begin
$ rm -rf .ext/rdoc
$ make rdoc
$ ls -d .ext/rdoc/Queue
ls: cannot access .ext/rdoc/Queue: No such file or directory

When "ext/thread/thread.c" is specified as rdoc command option, it works.

$ ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext --
--disable-gems "./bin/rdoc" --root "." --page-dir "./doc" --encoding=UTF-8
--no-force-update --all --ri --op ".ext/rdoc" --debug ext/thread/thread.c
$ ls -d .ext/rdoc/Queue
.ext/rdoc/Queue
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0