るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.055秒)

別のキーワード

  1. rdoc version
  2. rdoc/context new
  3. rdoc/markdown parse
  4. rdoc attr_modifiers
  5. rdoc method_modifiers

キーワード

検索結果

RDoc::Context::Section#title -> String | nil (24119.0)

section のタイトルを返します。

...
section
のタイトルを返します。...

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

Handle sections

...Handle sections...

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

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

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

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