るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.011秒)
トップページ > クエリ:ref[x] > クエリ:document[x] > 種類:ライブラリ[x]

別のキーワード

  1. rexml/document ref
  2. fiddle ref
  3. entity ref
  4. pointer ref
  5. _builtin _id2ref

検索結果

rdoc (25.0)

RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。

...markdown、rd、rdoc、tomdoc のいずれかから選択できます。

: --root root

Root of the source tree documentation will be generated for. Set this
when building documentation outside the source directory. Default is
the current directory.

: --page-dir dir

Directory where guid...
...ます。=begin/=end を使う場合は、
以下のように =begin の行に 'rdoc' タグを付ける必要があります。

=begin rdoc
Document
ation to
be processed by RDoc.
=end

パラグラフは左のインデントを揃えたテキストのかたまりで構成されます。そ...
...れます。

//emlist{
{ruby-lang.org}[www.ruby-lang.org]
//}

: クラスやメソッド

\RDoc::RDoc#document は以下のように変換されます。

//emlist{
RDoc::RDoc#document
//}

: タグ内のエスケープ無視(S クラスは定義済み)

<tt>\S</tt> は以下のように...