12件ヒット
[1-12件を表示]
(0.011秒)
検索結果
先頭1件
-
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
Documentation 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> は以下のように...