ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:74143] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc
       [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
@ 2016-03-04 16:40 ` sto.mar
  2016-03-04 19:50 ` [ruby-core:74147] " sto.mar
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: sto.mar @ 2016-03-04 16:40 UTC (permalink / raw
  To: ruby-core

Issue #12143 has been reported by Marcus Stollsteimer.

----------------------------------------
Bug #12143: [DOC] Fix RDoc markup in doc/extension*.rdoc
https://bugs.ruby-lang.org/issues/12143

* Author: Marcus Stollsteimer
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
This patch fixes broken RDoc in extension.rdoc and extension.ja.rdoc.

E.g. fixing labelled lists, comments (# -> -- / ++),
escaping (ary[offset] would else be a link, #to_str would not render correctly,
(c) would render as copyright sign), and some syncing of en/ja.

I'm not sure what happens with '*' at the beginning of a line
(this might be an RDoc bug): it seems to trigger a code block,
so I escaped it or used <b></b> or used '-' for an unordered list.

---Files--------------------------------
doc_extension_markup.patch (25.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:74147] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc
       [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
  2016-03-04 16:40 ` [ruby-core:74143] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc sto.mar
@ 2016-03-04 19:50 ` sto.mar
  2016-03-04 19:51 ` [ruby-core:74148] " sto.mar
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: sto.mar @ 2016-03-04 19:50 UTC (permalink / raw
  To: ruby-core

Issue #12143 has been updated by Marcus Stollsteimer.

File 12143_doc_extension_markup.patch added

----------------------------------------
Bug #12143: [DOC] Fix RDoc markup in doc/extension*.rdoc
https://bugs.ruby-lang.org/issues/12143#change-57292

* Author: Marcus Stollsteimer
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
This patch fixes broken RDoc in extension.rdoc and extension.ja.rdoc.

E.g. fixing labelled lists, comments (# -> -- / ++),
escaping (ary[offset] would else be a link, #to_str would not render correctly,
(c) would render as copyright sign), and some syncing of en/ja.

I'm not sure what happens with '*' at the beginning of a line
(this might be an RDoc bug): it seems to trigger a code block,
so I escaped it or used <b></b> or used '-' for an unordered list.

---Files--------------------------------
12143_doc_extension_markup.patch (26 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:74148] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc
       [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
  2016-03-04 16:40 ` [ruby-core:74143] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc sto.mar
  2016-03-04 19:50 ` [ruby-core:74147] " sto.mar
@ 2016-03-04 19:51 ` sto.mar
  2016-03-24  7:43 ` [ruby-core:74518] " usa
  2016-03-29 16:24 ` [ruby-core:74710] " naruse
  4 siblings, 0 replies; 5+ messages in thread
From: sto.mar @ 2016-03-04 19:51 UTC (permalink / raw
  To: ruby-core

Issue #12143 has been updated by Marcus Stollsteimer.

Description updated

----------------------------------------
Bug #12143: [DOC] Fix RDoc markup in doc/extension*.rdoc
https://bugs.ruby-lang.org/issues/12143#change-57293

* Author: Marcus Stollsteimer
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
This patch fixes broken RDoc in extension.rdoc and extension.ja.rdoc.

E.g. fixing labelled lists, comments (# -> -- / ++),
escaping (ary[offset] would else be a link, #to_str would not render correctly,
(c) would render as copyright sign), and some syncing of en/ja.

I'm not sure what happens with '*' at the beginning of a line
(this might be an RDoc bug): it seems to trigger a code block,
so I escaped it or used `<b></b>` or used '-' for an unordered list.

---Files--------------------------------
12143_doc_extension_markup.patch (26 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:74518] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc
       [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-03-04 19:51 ` [ruby-core:74148] " sto.mar
@ 2016-03-24  7:43 ` usa
  2016-03-29 16:24 ` [ruby-core:74710] " naruse
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2016-03-24  7:43 UTC (permalink / raw
  To: ruby-core

Issue #12143 has been updated by Usaku NAKAMURA.

Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED

----------------------------------------
Bug #12143: [DOC] Fix RDoc markup in doc/extension*.rdoc
https://bugs.ruby-lang.org/issues/12143#change-57641

* Author: Marcus Stollsteimer
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
This patch fixes broken RDoc in extension.rdoc and extension.ja.rdoc.

E.g. fixing labelled lists, comments (# -> -- / ++),
escaping (ary[offset] would else be a link, #to_str would not render correctly,
(c) would render as copyright sign), and some syncing of en/ja.

I'm not sure what happens with '*' at the beginning of a line
(this might be an RDoc bug): it seems to trigger a code block,
so I escaped it or used `<b></b>` or used '-' for an unordered list.

---Files--------------------------------
12143_doc_extension_markup.patch (26 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:74710] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc
       [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-03-24  7:43 ` [ruby-core:74518] " usa
@ 2016-03-29 16:24 ` naruse
  4 siblings, 0 replies; 5+ messages in thread
From: naruse @ 2016-03-29 16:24 UTC (permalink / raw
  To: ruby-core

Issue #12143 has been updated by Yui NARUSE.

Backport changed from 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE

ruby_2_3 r54415 merged revision(s) 54110.

----------------------------------------
Bug #12143: [DOC] Fix RDoc markup in doc/extension*.rdoc
https://bugs.ruby-lang.org/issues/12143#change-57841

* Author: Marcus Stollsteimer
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE
----------------------------------------
This patch fixes broken RDoc in extension.rdoc and extension.ja.rdoc.

E.g. fixing labelled lists, comments (# -> -- / ++),
escaping (ary[offset] would else be a link, #to_str would not render correctly,
(c) would render as copyright sign), and some syncing of en/ja.

I'm not sure what happens with '*' at the beginning of a line
(this might be an RDoc bug): it seems to trigger a code block,
so I escaped it or used `<b></b>` or used '-' for an unordered list.

---Files--------------------------------
12143_doc_extension_markup.patch (26 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-29 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-12143.20160304164026@ruby-lang.org>
2016-03-04 16:40 ` [ruby-core:74143] [Ruby trunk Bug#12143] [DOC] Fix RDoc markup in doc/extension*.rdoc sto.mar
2016-03-04 19:50 ` [ruby-core:74147] " sto.mar
2016-03-04 19:51 ` [ruby-core:74148] " sto.mar
2016-03-24  7:43 ` [ruby-core:74518] " usa
2016-03-29 16:24 ` [ruby-core:74710] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).