60件ヒット
[1-60件を表示]
(0.017秒)
別のキーワード
種類
- インスタンスメソッド (36)
- クラス (12)
- 特異メソッド (12)
ライブラリ
-
rdoc
/ context (60)
クラス
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (36)
キーワード
- Section (12)
- new (12)
-
set
_ comment (12) -
set
_ current _ section (12)
検索結果
先頭5件
-
RDoc
:: Context :: Section # title -> String | nil (21101.0) -
section のタイトルを返します。
...section のタイトルを返します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6201.0) -
Handle sections
...Handle sections... -
RDoc
:: Context :: Section (6006.0) -
section に関する情報を保持するクラスです。
...section に関する情報を保持するクラスです。
ドキュメント中で以下のように記述した情報を保持しています。
# :section: The title
# The body... -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (3207.0) -
自身を初期化します。
...します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく作成します。... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (3006.0) -
自身にコメントを設定します。
...comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# -----------...