るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.098秒)
トップページ > クエリ:t[x] > クエリ:Comment[x] > バージョン:3.1[x] > ライブラリ:rdoc/context[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

検索結果

RDoc::Context::Section#set_comment(comment) -> () (36967.0)

自身にコメントを設定します。

自身にコメントを設定します。

@param comment 文字列を指定します。

comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。

# ---------------------
# :section: The title
# The body
# ---------------------

RDoc::Context::Section#comment -> String | nil (36610.0)

section のコメントを返します。

section のコメントを返します。

RDoc::Context#set_current_section(title, comment) -> () (27910.0)

Handle sections

Handle sections

RDoc::Context::Section.new(parent, title, comment) -> RDoc::Context::Section (9628.0)

自身を初期化します。

自身を初期化します。

@param parent RDoc::Context オブジェクトを指定します。

@param title section のタイトルを文字列で指定します。

@param comment section のコメントを文字列で指定します。

また、section のシーケンス番号を新しく作成します。