aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rdoc
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/rdoc] Remove duplicate word in RDoc::MarkupReferencecjilbert5042023-02-061-1/+1
| | | | The word "for" appeared twice in the same sentence in the margins section, and this PR removes the duplicate occurrence.
* [ruby/rdoc] [DOC] Fix reference to proper list type RDoc::MarkupReferencecjilbert5042023-02-051-1/+1
| | | | The "Lettered List" section referred to the previous "Numbered List" section, so this PR fixes that reference to point instead of lettered lists.
* [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReferencePeter Zhu2022-08-161-1/+0
| | | | https://github.com/ruby/rdoc/commit/488f89aee4
* [ruby/rdoc] [DOC] Enhances text about escapes ↵Burdette Lamar2022-08-131-31/+87
| | | | | | (https://github.com/ruby/rdoc/pull/917) https://github.com/ruby/rdoc/commit/c40bac829c
* [ruby/rdoc] Mods to section Text Markup (https://github.com/ruby/rdoc/pull/916)Burdette Lamar2022-08-121-10/+16
| | | | https://github.com/ruby/rdoc/commit/5506d4d67e
* [ruby/rdoc] Improvements to Text Markup examples ↵Burdette Lamar2022-08-121-56/+48
| | | | | | (https://github.com/ruby/rdoc/pull/915) https://github.com/ruby/rdoc/commit/d00ddfe57c
* [ruby/rdoc] [DOC] Make example formats explicit and consistent ↵Burdette Lamar2022-08-111-66/+87
| | | | | | (https://github.com/ruby/rdoc/pull/913) https://github.com/ruby/rdoc/commit/7e6ef6c855
* [ruby/rdoc] Treat text markup (italic, bold, monofont) as blocks ↵Burdette Lamar2022-08-111-114/+253
| | | | | | (https://github.com/ruby/rdoc/pull/911) https://github.com/ruby/rdoc/commit/dc88f1b425
* [ruby/rdoc] [DOC] Removes remaining old Markup Reference ↵Burdette Lamar2022-08-071-0/+31
| | | | | | (https://github.com/ruby/rdoc/pull/910) https://github.com/ruby/rdoc/commit/4e44c9c6cf
* [ruby/rdoc] Add block quotes (https://github.com/ruby/rdoc/pull/907)Burdette Lamar2022-07-291-9/+57
| | | | | | Also adjusts which blocks may be nested. https://github.com/ruby/rdoc/commit/dde1860441
* [ruby/rdoc] [DOC] Add some links in intro; delimit rendered HTML output. ↵Burdette Lamar2022-07-281-54/+79
| | | | | | (https://github.com/ruby/rdoc/pull/904) https://github.com/ruby/rdoc/commit/c02645364f
* [ruby/rdoc] [DOC] Clarifications for directives ↵Burdette Lamar2022-07-271-91/+117
| | | | | | | | | | (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
* [ruby/rdoc] Move section Directives into section Blocks ↵Burdette Lamar2022-07-261-164/+162
| | | | | | (https://github.com/ruby/rdoc/pull/901) https://github.com/ruby/rdoc/commit/e48e07ef53
* * append newline at EOF. [ci skip]git2022-07-261-1/+1
|
* Sync RDocPeter Zhu2022-07-251-0/+916