60件ヒット
[1-60件を表示]
(0.037秒)
種類
- インスタンスメソッド (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 :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (3214.0) -
自身を初期化します。
...自身を初期化します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (3101.0) -
Handle sections
Handle sections -
RDoc
:: Context :: Section (3006.0) -
section に関する情報を保持するクラスです。
...section に関する情報を保持するクラスです。
ドキュメント中で以下のように記述した情報を保持しています。
# :section: The title
# The body... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (3006.0) -
自身にコメントを設定します。
...初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# ---------------------...