From: naruse@... Date: 2017-03-12T07:54:51+00:00 Subject: [ruby-core:80049] [Ruby trunk Bug#13189] [DOC] Restore class documentation for Struct Issue #13189 has been updated by Yui NARUSE. Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE ruby_2_4 r57901 merged revision(s) 57522. ---------------------------------------- Bug #13189: [DOC] Restore class documentation for Struct https://bugs.ruby-lang.org/issues/13189#change-63475 * Author: Marcus Stollsteimer * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.0p0 (2016-12-24 revision 57164) [i686-linux] * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE ---------------------------------------- ``` * struct.c: restore class documentation for Struct that disappeared with r46663. ``` Due to r46663, the class documentation for Struct disappeared. (The revision inserted the definition of `InitVM_Struct` between the rdoc and the definition of `Init_Struct`.) The docs are rendered for 2.1: https://docs.ruby-lang.org/en/2.1.0/Struct.html, but not for later versions, see https://docs.ruby-lang.org/en/2.2.0/Struct.html. (Same for `ri` pages). ---Files-------------------------------- doc_struct_class.patch (358 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: