別のキーワード
ライブラリ
-
rake
/ rdoctask (12) -
rdoc
/ code _ object (240) -
rdoc
/ context (120) -
rdoc
/ markdown (144) -
rdoc
/ markup (84) -
rdoc
/ markup / to _ bs (24) -
rdoc
/ parser (24) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby (84) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
/ parser / simple (12) -
rdoc
/ text (12) -
rdoc
/ top _ level (36) -
rubygems
/ doc _ manager (12) -
rubygems
/ specification (24)
クラス
-
Gem
:: DocManager (12) -
Gem
:: Specification (24) -
RDoc
:: CodeObject (228) -
RDoc
:: Context (108) -
RDoc
:: Context :: Section (12) -
RDoc
:: Markdown (144) -
RDoc
:: Markup (72) -
RDoc
:: Markup :: ToBs (12) -
RDoc
:: Options (264) -
RDoc
:: Parser (24) -
RDoc
:: Parser :: C (12) -
RDoc
:: Parser :: Ruby (48) -
RDoc
:: Parser :: Simple (12) -
RDoc
:: TopLevel (36) -
Rake
:: RDocTask (12)
モジュール
-
RDoc
:: Text (12)
キーワード
- == (12)
- CodeObject (12)
-
DEFAULT
_ EXTENSIONS (12) - EXTENSIONS (12)
-
LABEL
_ LIST _ RE (12) - Markup (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - NORMAL (12)
- Ruby (12)
- RubyLex (12)
- RubyToken (12)
- RubyTools (12)
- Ruby用語集 (12)
- SINGLE (12)
- ToBs (12)
- VISIBILITIES (12)
-
add
_ attribute (12) -
add
_ special (12) -
alias
_ extension (12) -
all
_ one _ file (12) -
attribute
_ manager (12) - attributes (12)
-
break
_ on _ newline (12) -
break
_ on _ newline= (12) - comment (12)
- comment= (12)
- convert (12)
- css (12)
-
definition
_ lists (12) - diagram (12)
-
document
_ children (12) -
document
_ children= (12) -
document
_ self (12) -
document
_ self= (12) - documented? (12)
- drb (12)
-
dry
_ run (12) -
each
_ attribute (12) - extension (12)
- external (12)
-
file
_ absolute _ name (12) -
file
_ absolute _ name= (12) - fileboxes (12)
-
find
_ local _ symbol (24) -
find
_ symbol (12) -
force
_ output (12) -
force
_ update (12) -
get
_ line _ types (12) - github (12)
- github= (12)
-
has
_ rdoc (12) -
has
_ rdoc? (12) - html (12)
-
hyperlink
_ all (12) -
include
_ line _ numbers (12) -
inline
_ source (12) -
line
_ numbers (12) -
line
_ numbers= (12) - new (84)
- notes (12)
-
ongoing
_ visibility= (12) - parent (12)
- parent= (12)
-
parent
_ file _ name (12) -
parent
_ name (12) -
parser
_ for (12) - pipe (12)
- quiet (12)
-
rb
_ scan _ args (12) -
rdoc
/ code _ object (12) -
rdoc
/ code _ objects (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ markup / to _ bs (12) -
rdoc
/ parser / ruby (12) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
_ installed? (12) -
remove
_ classes _ and _ modules (12) -
remove
_ methods _ etc (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ doc _ manager (12) - scan (12)
- section (12)
- section= (12)
-
set
_ visibility _ for (12) -
show
_ all (12) -
show
_ hash (12) -
start
_ doc (12) -
stop
_ doc (12) -
tab
_ width (12) - verbosity (12)
- verbosity= (12)
- visibility (24)
- visibility= (12)
- webcvs (12)
- 正規表現 (12)
検索結果
-
rdoc (38404.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という
ドキュメント生成のためのコマンドも含んでいます。
このパッケージは RDoc と Markup というふたつのコンポーネントを含
んでいます。 RDoc とは Ruby......トに変換するた
めのライブラリです。RDoc によってメソッドやクラスに関するドキュメントを
生成するとき、コメント部を変換するために使われます。
=== ロードマップ
* RDoc で Ruby のソースファイルに対するドキュメン......ブラリを含めたければ、rdoc/parser/c を参照してください。
* コメント部で使えるマークアップについて知りたければ、rdoc/markup を参照してください。
* RDoc をライブラリとして使いたければ、RDoc::RDoc を参照してください。... -
rdoc
/ markup / to _ bs (12058.0) -
RDoc 形式のドキュメントをエスケープシーケンスで太字やアンダーラインの効 果を持たせるように見せるサブライブラリです。
...RDoc 形式のドキュメントをエスケープシーケンスで太字やアンダーラインの効
果を持たせるように見せるサブライブラリです。
require 'rdoc/markup/to_bs'
h = RDoc::Markup::ToBs.new
puts h.convert(input_string)
変換した結果は文字列で......ケンスの \b と組み合
わせる事によって見た目を変更します。
* イタリック体(_word_): word にアンダーラインを付けて表示する("w\b_o\b_r\b_d\b_" に変換されます)
* ボールド体(*word*): word を太字で表示する("w\bwo\bor\brd\bd" に変換... -
rubygems
/ commands / rdoc _ command (12052.0) -
RDoc と ri のライブラリを生成するためのライブラリです。
...RDoc と ri のライブラリを生成するためのライブラリです。
Usage: gem rdoc [args] [options]
Options:
--all インストールされている全ての Gem パッケージの
RDoc/RI ドキュメント......を生成します。
--[no-]rdoc RDoc を含めます
--[no-]ri RI を含めます
-v, --version VERSION 指定したバージョンのドキュメントを生成します
Common Options:
-h, --help......erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug... -
rdoc
/ parser / ruby _ tools (12032.0) -
RDoc::RubyLex と RDoc::RubyToken を使って Ruby のソースコー ドのパーサを記述するためのモジュールを定義するサブライブラリです。
...RDoc::RubyLex と RDoc::RubyToken を使って Ruby のソースコー
ドのパーサを記述するためのモジュールを定義するサブライブラリです。... -
rdoc
/ code _ object (12016.0) -
RDoc::CodeObject を定義するサブライブラリです。
...RDoc::CodeObject を定義するサブライブラリです。... -
rdoc
/ parser / ruby (12006.0) -
Ruby のソースコードを解析するためのサブライブラリです。
...Ruby のソースコードを解析するためのサブライブラリです。
拡張子が .rb、.rbw のファイルを解析する事ができます。
=== メタプログラミングされたメソッド
動的に定義されたメソッドをドキュメントに含めたい場合、## で......コメントを開始します。
##
# This is a meta-programmed method!
add_my_method :meta_method, :arg1, :arg2
RDoc::Parser::Ruby は上記の :meta_method ようにメソッドの定義を行
うような識別子の後に続くトークンをメソッド名として解釈します。......キュメントに含める事ができます。
##
# :attr_writer: ghost_writer
# There is an attribute here, but you can't see it!
##
# :method: ghost_method
# There is a method here, but you can't see it!
##
# this is a comment for a regular method
def regular_method() end... -
rdoc
/ code _ objects (12000.0) -
Ruby のソースコード中にあるクラス、モジュール、メソッドなどの構成要素を 表現するためのサブライブラリです。
...Ruby のソースコード中にあるクラス、モジュール、メソッドなどの構成要素を
表現するためのサブライブラリです。... -
RDoc
:: TopLevel # find _ local _ symbol(name) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule | RDoc :: AnyMethod | RDoc :: Alias | RDoc :: Attr | RDoc :: Constant (9807.0) -
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。 -
RDoc
:: Markup # attribute _ manager -> RDoc :: AttributeManager (9317.0) -
自身の RDoc::AttributeManager オブジェクトを返します。
...自身の RDoc::AttributeManager オブジェクトを返します。...