48件ヒット
[1-48件を表示]
(0.031秒)
種類
- インスタンスメソッド (36)
- 特異メソッド (12)
クラス
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (36)
キーワード
- new (12)
-
set
_ comment (12) -
set
_ current _ section (12)
検索結果
先頭4件
-
RDoc
:: Context :: Section # comment -> String | nil (18103.0) -
section のコメントを返します。
section のコメントを返します。 -
RDoc
:: Context :: Section # set _ comment(comment) -> () (6222.0) -
自身にコメントを設定します。
...身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定し... -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (109.0) -
自身を初期化します。
...します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく作成します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (103.0) -
Handle sections
Handle sections