Age | Commit message (Collapse) | Author |
|
(https://github.com/ruby/rdoc/pull/1271)
We don't actually need to link to the missing item to show the non-linked
result.
https://github.com/ruby/rdoc/commit/a7b7e8fc55
|
|
(https://github.com/ruby/rdoc/pull/1263)
https://github.com/ruby/rdoc/commit/5dfccda4c0
|
|
(https://github.com/ruby/rdoc/pull/1242)
https://github.com/ruby/rdoc/commit/d1cb9dc3c4
|
|
(https://github.com/ruby/rdoc/pull/1218)
* Deprecate :main: directive
* Deprecate :title: direcive
* Update documentation
* Remove :main: directive's usage
* Update test cases
* Add '.rdoc_options' to suggested alternatives
https://github.com/ruby/rdoc/commit/e2d4ac9dad
|
|
https://github.com/ruby/rdoc/commit/a576ff890f
|
|
(https://github.com/ruby/rdoc/pull/1143)
https://github.com/ruby/rdoc/commit/011de3f2fd
|
|
Searching the file in the "current directory" could be read as the
directory from which RDoc is run. This is incorrect, as the file is
first searched in the directory containing the current documented file.
Also this directory is searched before the `--include` directories.
https://github.com/ruby/rdoc/commit/aa2d98ee5e
|
|
https://github.com/ruby/rdoc/commit/05ac6dba66
|
|
(https://github.com/ruby/rdoc/pull/1075)
https://github.com/ruby/rdoc/commit/095b78123b
|
|
|
|
|
|
https://github.com/ruby/rdoc/commit/1e550b7d02
|
|
The word "for" appeared twice in the same sentence in the margins section, and this PR removes the duplicate occurrence.
|
|
The "Lettered List" section referred to the previous "Numbered List" section, so this PR fixes that reference to point instead of lettered lists.
|
|
https://github.com/ruby/rdoc/commit/488f89aee4
|
|
(https://github.com/ruby/rdoc/pull/917)
https://github.com/ruby/rdoc/commit/c40bac829c
|
|
https://github.com/ruby/rdoc/commit/5506d4d67e
|
|
(https://github.com/ruby/rdoc/pull/915)
https://github.com/ruby/rdoc/commit/d00ddfe57c
|
|
(https://github.com/ruby/rdoc/pull/913)
https://github.com/ruby/rdoc/commit/7e6ef6c855
|
|
(https://github.com/ruby/rdoc/pull/911)
https://github.com/ruby/rdoc/commit/dc88f1b425
|
|
(https://github.com/ruby/rdoc/pull/910)
https://github.com/ruby/rdoc/commit/4e44c9c6cf
|
|
Also adjusts which blocks may be nested.
https://github.com/ruby/rdoc/commit/dde1860441
|
|
(https://github.com/ruby/rdoc/pull/904)
https://github.com/ruby/rdoc/commit/c02645364f
|
|
(https://github.com/ruby/rdoc/pull/903)
- Former section "Directives in Trailing Comments" is reworked. The important thing about a directive is what it does, not whether it's trailing or stand-alone. Therefore I've worked the directives in the former section into the appropriate sections, based on function.
- Each directive is now explicitly marked as trailing or stand-alone.
- C-code directives are mentioned only for those directives that actually appear in our ruby/ruby C files, which are :startdoc:, :stopdoc:, :enddoc:, :include:, and :call-seq:. What effect, if any, other directives have in C, I'm not sure about.
https://github.com/ruby/rdoc/commit/b00978bfa5
|
|
(https://github.com/ruby/rdoc/pull/901)
https://github.com/ruby/rdoc/commit/e48e07ef53
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6182
|