924件ヒット
[1-100件を表示]
(0.027秒)
ライブラリ
-
rdoc
/ code _ object (12) -
rdoc
/ context (660) -
rdoc
/ markup (24) -
rdoc
/ markup / to _ html _ crossref (12) -
rdoc
/ parser / text (12) -
rdoc
/ text (108)
クラス
-
RDoc
:: CodeObject (12) -
RDoc
:: Context (540) -
RDoc
:: Context :: Section (96) -
RDoc
:: Markup (12) -
RDoc
:: Markup :: ToHtmlCrossref (12)
モジュール
-
RDoc
:: Text (96)
キーワード
- <=> (12)
- == (12)
- Context (12)
- Markup (12)
-
NEWS for Ruby 2
. 1 . 0 (12) - Section (12)
- TYPES (12)
- VISIBILITIES (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ constant (12) -
add
_ include (12) -
add
_ method (12) -
add
_ module (12) -
add
_ require (12) -
add
_ special (12) -
add
_ to (12) - aliases (12)
- attributes (12)
-
cgi
/ session (12) - classes (12)
- comment (12)
- constants (12)
-
current
_ section (12) -
defined
_ in? (12) -
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) -
flush
_ left (12) -
in
_ files (12) - includes (12)
-
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) - inspect (12)
- markup (12)
-
method
_ list (12) - modules (12)
- name (12)
- new (36)
-
normalize
_ comment (12) -
ongoing
_ visibility= (12) - parent (12)
- parse (12)
-
rdoc
/ context (12) -
rdoc
/ markdown (12) -
rdoc
/ parser / text (12) -
rdoc
/ text (12) -
record
_ location (12) - requires (12)
-
ruby 1
. 8 . 4 feature (12) - section (12)
- sections (12)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) -
set
_ visibility _ for (12) -
strip
_ hashes (12) -
strip
_ newlines (12) -
strip
_ stars (12) - title (12)
- toplevel (12)
-
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
-
rdoc (38470.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という
ドキュメント生成のためのコマンドも含んでいます。
このパッケージは RDoc と Markup というふたつのコンポーネントを含
んでいます。 RDoc とは Ruby......ットに変換するた
めのライブラリです。RDoc によってメソッドやクラスに関するドキュメントを
生成するとき、コメント部を変換するために使われます。
=== ロードマップ
* RDoc で Ruby のソースファイルに対するドキュメ......は 'html')。実際には
これで $: の中のディレクトリの rdoc/generators/xxxx_generator が
使われる。 (xxxx はフォーマッタによって異なる)。
: --title text
出力のタイトルを text に指定します。
: --visibility visibility
出力するメソ... -
RDoc
:: Parser :: Text (21024.0) -
プログラムを含まないテキストを解析するためのクラスです。
...プログラムを含まないテキストを解析するためのクラスです。
単体では使用せず、RDoc::Parser のサブクラスで RDoc::Parser::Text
を include する事で、プログラムを含んでいない事を rdoc に伝えます。... -
RDoc
:: Text (21000.0) -
コメントテキストを処理するためのクラスです。
コメントテキストを処理するためのクラスです。 -
rdoc
/ context (12032.0) -
RDoc::Context と RDoc::Context::Section を定義するサブライ ブラリです。
...RDoc::Context と RDoc::Context::Section を定義するサブライ
ブラリです。... -
rdoc
/ parser / text (12000.0) -
プログラムを含まないテキストを解析するためのサブライブラリです。
プログラムを含まないテキストを解析するためのサブライブラリです。 -
rdoc
/ text (12000.0) -
コメントテキストを処理するためのサブライブラリです。
コメントテキストを処理するためのサブライブラリです。 -
RDoc
:: Context (9016.0) -
モジュール、クラス、メソッドなどの、rdoc/code_objects が定義す るクラスを管理するクラスです。
...モジュール、クラス、メソッドなどの、rdoc/code_objects が定義す
るクラスを管理するクラスです。... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (6333.0) -
collection に name で指定したクラス、モジュールを追加します。
...ュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@param superclass 追加するクラスの親クラスを RDoc::NormalClass......オ
ブジェクトで指定します。
既に登録済みであった場合は、引数で指定した情報で内容を更新します。ただ
し、RDoc::CodeObject#done_documenting が true を返す場合、何も行
われません。... -
RDoc
:: Context # add _ module(class _ type , name) -> RDoc :: NormalModule | RDoc :: SingleClass | RDoc :: NormalClass (6327.0) -
引数で指定したモジュールを追加します。
...ram class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@see RDoc::Context#add_class...