36件ヒット
[1-36件を表示]
(0.077秒)
ライブラリ
-
rdoc
/ context (36)
クラス
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (24)
キーワード
-
set
_ comment (12) -
set
_ current _ section (12)
検索結果
先頭3件
-
RDoc
:: Context :: Section # title -> String | nil (21118.0) -
section のタイトルを返します。
...
section のタイトルを返します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6203.0) -
Handle sections
...Handle sections... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (3019.0) -
自身にコメントを設定します。
...comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# -----------...