480件ヒット
[1-100件を表示]
(0.024秒)
クラス
-
RDoc
:: CodeObject (36) -
RDoc
:: Context (24) -
RDoc
:: Context :: Section (48) -
RDoc
:: Markup (48) -
RDoc
:: Options (192) -
RDoc
:: Parser :: Simple (12) -
RDoc
:: TopLevel (36)
モジュール
-
RDoc
:: Text (84)
キーワード
-
add
_ html (12) -
add
_ special (12) -
add
_ word _ pair (12) - charset (12)
- comment (24)
- content (12)
- css (12)
-
extra
_ accessor _ flags (12) -
file
_ absolute _ name (12) -
file
_ relative _ name (12) - files (12)
-
flush
_ left (12) -
full
_ name (12) -
image
_ format (12) - inspect (12)
-
main
_ page (12) - markup (24)
- name (12)
-
normalize
_ comment (12) -
op
_ dir (12) -
op
_ name (12) -
parent
_ file _ name (12) -
parent
_ name (12) -
rdoc
_ include (12) -
remove
_ private _ comments (12) - sequence (12)
-
static
_ path (12) -
strip
_ hashes (12) -
strip
_ newlines (12) -
strip
_ stars (12) - template (12)
-
template
_ dir (12) - title (24)
- title= (12)
-
unmatched
_ alias _ lists (12) - webcvs (12)
検索結果
先頭5件
-
RDoc
:: Options # extra _ accessor _ flags -> {String => String} (204.0) -
コマンドライン引数の --accessor オプションで指定したアクセサがキー、ア クセサの種類が値のハッシュを返します。
コマンドライン引数の --accessor オプションで指定したアクセサがキー、ア
クセサの種類が値のハッシュを返します。
値は r、w、rw のいずれかです。それぞれ attr_reader、attr_writer、
attr_accessor に対応します。 -
RDoc
:: Options # title=(string) (125.0) -
ドキュメントのタイトルがまだ設定されていない場合に string で指定した文 字列に設定します。
...トルがまだ設定されていない場合に string で指定した文
字列に設定します。
コマンドライン引数で既に --title オプションが指定されていた場合には、そ
ちらを優先します。
@param string 設定するタイトルを文字列で指定し... -
RDoc
:: CodeObject # comment -> String (103.0) -
自身のコメントを返します。
自身のコメントを返します。 -
RDoc
:: CodeObject # parent _ file _ name -> String (103.0) -
self.parent のファイル名を返します。
...self.parent のファイル名を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # parent _ name -> String (103.0) -
self.parent の名前を返します。
...self.parent の名前を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: Context # name -> String (103.0) -
自身の名前を返します。
自身の名前を返します。
サブクラスによっては、メソッド名やクラス名を意味します。 -
RDoc
:: Context # unmatched _ alias _ lists -> {String => RDoc :: Alias} (103.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。
...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。... -
RDoc
:: Context :: Section # comment -> String | nil (103.0) -
section のコメントを返します。
section のコメントを返します。 -
RDoc
:: Context :: Section # inspect -> String (103.0) -
自身の情報を人間に読みやすい文字列にして返します。
自身の情報を人間に読みやすい文字列にして返します。