Issue #12255 has been updated by Usaku NAKAMURA.
Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: WONTFIX, 2.2: REQUIRED, 2.3: REQUIRED
----------------------------------------
Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
https://bugs.ruby-lang.org/issues/12255#change-59916
* Author: Marcus Stollsteimer
* Status: Closed
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
* Backport: 2.1: WONTFIX, 2.2: REQUIRED, 2.3: REQUIRED
----------------------------------------
This patch removes some comments that otherwise would appear in the docs of the affected classes.
E.g. for Exception
```
$ ri Exception
Descendants of class Exception are used to [...]
[snipped class documentation]
Exception serialization/deserialization <- does not belong here!
-------------------------------------------
Class methods:
[snip]
```
---Files--------------------------------
doc-json-add.patch (3.17 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>