60件ヒット
[1-60件を表示]
(0.022秒)
クラス
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (24) -
RDoc
:: Options (24)
キーワード
-
set
_ comment (12) -
set
_ current _ section (12) - title= (12)
検索結果
先頭5件
-
RDoc
:: Context :: Section # title -> String | nil (21103.0) -
section のタイトルを返します。
section のタイトルを返します。 -
RDoc
:: Options # title -> String | nil (21103.0) -
ドキュメントのタイトルを返します。指定されていない場合は nil を返します。
ドキュメントのタイトルを返します。指定されていない場合は nil を返します。 -
RDoc
:: Options # title=(string) (9109.0) -
ドキュメントのタイトルがまだ設定されていない場合に string で指定した文 字列に設定します。
...イトルがまだ設定されていない場合に string で指定した文
字列に設定します。
コマンドライン引数で既に --title オプションが指定されていた場合には、そ
ちらを優先します。
@param string 設定するタイトルを文字列で指定... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (3103.0) -
Handle sections
Handle sections -
RDoc
:: Context :: Section # set _ comment(comment) -> () (3008.0) -
自身にコメントを設定します。
...初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# ---------------------...