ruby-reference-manual:3303
From: "sho-h (Sho Hashimoto)" <sho-h@n...>
Date: Mon, 17 Sep 2012 01:24:51 +0900
Subject: [ruby-reference-manual:3303] [るりまプロジェクト - Bug #7033][Open] capiの引数や例外の記法
Issue #7033 has been reported by sho-h (Sho Hashimoto). ---------------------------------------- Bug #7033: capiの引数や例外の記法 https://bugs.ruby-lang.org/issues/7033 Author: sho-h (Sho Hashimoto) Status: Open Priority: Normal Assignee: Category: Target version: reporter: ruby_version: r5394 現在、C API については、引数や例外を記述する事ができないようです。screen.rb で以下のように BitClust::RDCompiler#compile に渡してるからみたいですね。(メソッドは compile_method を実行していて少し違うパス) def compile_function(f) compile_rd(f.source) end def compile_rd(src) rdcompiler().compile(src) end この点について対応が必要と考えています。 メソッドと同じように @param、@raise、@return、@see が使用できるようにするだけでいいのではないかと思うのですが、どうでしょう? -- http://bugs.ruby-lang.org/ -- ML: ruby-reference-manual@m... Info: http://QuickML.com/
-> 3303 2012-09-16 18:24 [sho-h@n... ] [るりまプロジェクト - Bug #7033][Open] capiの引数や例外の記法 3393 2012-11-10 12:38 ┣[s.wanabe@g... ] [るりまプロジェクト - Bug #7033] capiの引数や例外の記法 3396 2012-11-10 15:27 ┣[sho-h@n... ] [るりまプロジェクト - Bug #7033] capiの引数や例外の記法 3696 2013-05-18 09:24 ┣[sho-h@n... ] [るりまプロジェクト - Bug #7033] capiの引数や例外の記法 3802 2013-09-03 11:44 ┣[redmine@r... ] [るりまプロジェクト - Bug #7033][Closed] capiの引数や例外の記法 3832 2013-09-08 08:46 ┗[sho-h@n... ] [るりまプロジェクト - Bug #7033] capiの引数や例外の記法