るりまサーチ

最速Rubyリファレンスマニュアル検索!
228件ヒット [1-100件を表示] (0.033秒)
トップページ > クエリ:rdoc[x] > ライブラリ:rdoc[x] > クエリ:generator[x]

別のキーワード

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

検索結果

<< 1 2 3 > >>

RDoc::Options#generator -> Generator (21225.0)

コマンドライン引数の --fmt オプションで指定した文字列に応じた Generator を返します。

...コマンドライン引数の --fmt オプションで指定した文字列に応じた
Generator
を返します。

指定しなかった場合は、HTML に対応する Generator を返します。...

RDoc::RDoc.add_generator(klass) -> klass (12108.0)

引数 klass で指定したクラスをジェネレータとして登録します。

...引数 klass で指定したクラスをジェネレータとして登録します。

@param klass 登録するクラスを指定します。

@see c:RDoc::Options#custom_options...

RDoc::Generator::Darkfish::GENERATOR_DIR -> String (12102.0)

このファイルの親ディレクトリへのパスを表す文字列です。

このファイルの親ディレクトリへのパスを表す文字列です。

テンプレートなどのリソースを検索するのに内部で使用します。

RDoc::Options#generator=(val) (9108.0)

コマンドライン引数の --fmt オプションと同様の指定を行います。

...コマンドライン引数の --fmt オプションと同様の指定を行います。

@param val 設定する Generator を指定します。...

RDoc::Generator (9033.0)

RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのクラスです。

...RDoc が解析したソースコードを RDoc::CodeObject のツリーから
その他の形式に出力するためのクラスです。...

絞り込み条件を変える

RDoc::Generator::JsonIndex.new(parent_generator, options) -> RDoc::Generator::JsonIndex (6372.0)

RDoc::Generator::JsonIndex オブジェクトを初期化します。

...
RDoc
::Generator::JsonIndex オブジェクトを初期化します。

@param parent_generator 親となるジェネレータオブジェクトを指定します。
RDoc
::Generator::JsonIndex#class_dir や
#file_dir を決めるのに使用します...
...他のジェネレータとは異なり、RDoc::Store
オブジェクトではない点に注意してください。

@param options RDoc::Options オブジェクトを指定します。
parent_generator に渡されたものと同じものを指定し...

RDoc::Generator::Darkfish#initialize(store, options) -> RDoc::Generator::Darkfish (6247.0)

RDoc::Generator::Darkfish オブジェクトを初期化します。

...
RDoc
::Generator::Darkfish オブジェクトを初期化します。

@param store RDoc::Store オブジェクトを指定します。

@param options RDoc::Options オブジェクトを指定します。...

RDoc::Generator::RI#initialize(store, options) -> RDoc::Generator::RI (6247.0)

RDoc::Generator::RI オブジェクトを初期化します。

...
RDoc
::Generator::RI オブジェクトを初期化します。

@param store RDoc::Store オブジェクトを指定します。

@param options RDoc::Options オブジェクトを指定します。...

RDoc::Generator::JsonIndex#generate -> () (6033.0)

解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出 力します。

...解析した情報を RDoc::Generator::JsonIndex::SEARCH_INDEX_FILE に出
力します。...
<< 1 2 3 > >>