2009-04-01 7 views
4

hannaテンプレートを使用してRuby documentationを生成します。別のテンプレートを使ってRubyのドキュメントを生成するには?

どうすればよいですか?あるいは、もしそれがまったく入手できればどこでダウンロードできますか?

rdoc -o ~/doc --inline-source --line-numbers --format=html --template=hanna

を使用して

は私に欠けている方法でドキュメントを提供します。それはC.

で書かれた方法

答えて

-1

はあなただけに必要と判明しますRuby source codeを取得し、それを抽出して、ソースディレクトリに、このような何かを実行しますので、あなたのRubyで

rdoc -o <output path> --inline-source --line-numbers --format=html --template=hanna 
1

をあなたがRVMを使用している場合urceディレクトリは、

ハンナ-o --inline-ソース--line-番号--format = htmlの

+0

をこれが私のために働きました。具体的には 'cd ruby​​-1.8.7-p248; hanna -o hannadoc --inline-source - 行番号--fmt = html; hannadoc/index.htmlを開きます。 –

0

を実行し、これは動作します:

$ gem install hanna 
$ cd ~/.rvm/src/ruby-1.8.6-p383 
$ hanna -o doc/api --inline-source --line-numbers --fmt=html 
$ open doc/api/index.html