summaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove leading ./ from filenames so that cross references work OKdave2004-04-042-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow multiple --exclude options to RDocdave2004-04-042-3/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* checked in debug version in errordave2004-04-021-9/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ↵dave2004-04-024-26/+54
| | | | | | (experimental) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Missing trailing "$"dave2004-03-251-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add --version option to ridave2004-03-251-2/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add the --list-names optiondave2004-03-246-8/+70
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Must now use "::" to separate nested classes. This fixes bug where "ri ↵dave2004-03-241-0/+1
| | | | | | Kernel.Array" was looking for a class called Array git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Get --one-page working with C codedave2004-03-241-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow templates to be specified outside the RDoc treedave2004-03-241-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Force RDoc html background to whitedave2004-03-201-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-1/+1
| | | | | | | | | | | * lib/rss/taxonomy.rb: ditto. * lib/rdoc/ri/ri_formatter.rb: ditto. * test/ruby/test_assignment.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-18/+7
| | | | | | | pager terminates. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-9/+8
| | | | | | | pager closes and stdout is restored. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-023-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | exceptions, instead of the first argument. * process.c (rb_spawn): ditto. * process.c (proc_spawn_v): use first argument as program name. * win32/win32.c (rb_w32_aspawn): ditto. * win32/win32.c (CreateChild): search executable file if no program name given. * lib/drb/extservm.rb (invoke_service_command): use Process.spawn. [ruby-dev:23103] * lib/rdoc/ri/ri_display.rb (setup_pager): use IO.popen. [ruby-dev:23086], [ruby-dev:23103] * lib/rdoc/diagram.rb (convert_to_png): ditto. * lib/rdoc/generators/chm_generator.rb (compile_project): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow aliases to have parenthesesdave2004-03-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Improve heuristic for which files to include. See ChangeLogdave2004-02-241-4/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Deal with case where first file processed contains a :stopdoc:dave2004-02-241-1/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle class vars in code listingsdave2004-02-231-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle aliases in C filesdave2004-02-231-0/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Check opdir _before_ parsing filesdave2004-02-231-4/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-232-3/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support visibility modifiers for attributesdave2004-02-192-7/+27
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix typos (Doug Kearns)dave2004-02-193-3/+29
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Strip extraneous spaces from included filenamedave2004-02-181-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-7/+1
| | | | | | | | | | | | | | | | | | | | | | runruby.rb: run rdoc, test and so on with compiled extension libraries. [ruby-dev:22688] * ext/extmk.rb, lib/mkmf.rb: make extension libraries in separated directory, similar to the actual directory structure. * lib/fileutils.rb (FileUtils.copy_file): use the mode of the original file to create new file. * lib/rdoc/ri/ri_paths.rb (RI::Paths::SYSDIR): get rid of unexpected influence by envirionment variable. * bcc32/configure.bat, win32/configure.bat: add install-doc options. * win32/win32.c, win32/win32.h (rb_w32_fstat): fix Borland C runtime bug which returns wrong mode. [ruby-dev:22846] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support https in hyperlinksdave2004-02-061-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow link: in Tidylinksdave2004-01-291-15/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add one_page_htmldave2004-01-251-0/+116
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-204-45/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Display full name in class listdave2004-01-122-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Checked in wrong version... :(dave2004-01-121-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try to use DESTDIR when installingdave2004-01-121-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add explicit line breaks in method signatures for ri. Fixup some comments in ↵dave2004-01-123-8/+21
| | | | | | object.c. Support changes comments for "in xxx.c" git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add HTML formatter to ridave2004-01-111-25/+152
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ri now accepts options via RI environment variabledave2004-01-101-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-072-9/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-061-1/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Split out ri display code and make pluggabledave2004-01-063-0/+386
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add RDoc to build. Add --ri-system to RDocdave2004-01-052-31/+49
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add --ri-system optiondave2004-01-052-6/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0211-51/+132
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Make file in '// in sss.c' relativedave2003-12-311-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix problem with private alias to public methoddave2003-12-311-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix problem when class and method names the samedave2003-12-301-6/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix HTML generated for .chm post-processingdave2003-12-301-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e