diff options
author | 2012-06-03 23:12:34 +0100 | |
---|---|---|
committer | 2012-06-03 23:12:34 +0100 | |
commit | ab65bd9522efe43ca1d39405d01b979def5ea057 (patch) | |
tree | 3d368d7ab13303cb72c8684d26d43b433371380d | |
parent | a3bb614a9fe39b0cbc597197e7428f70a6b99e8c (diff) | |
download | paludis-ab65bd9522efe43ca1d39405d01b979def5ea057.tar.gz paludis-ab65bd9522efe43ca1d39405d01b979def5ea057.tar.xz |
Stop using Allison
Unmaintained and doesn't seem to work with recent RDoc.
-rw-r--r-- | doc/api/ruby/create_ruby_doc.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/api/ruby/create_ruby_doc.rb b/doc/api/ruby/create_ruby_doc.rb index 11dcc3f57..1d25ce8a0 100644 --- a/doc/api/ruby/create_ruby_doc.rb +++ b/doc/api/ruby/create_ruby_doc.rb @@ -4,11 +4,6 @@ require 'rubygems' require 'rdoc/rdoc' -gps = Gem::GemPathSearcher.new; -allison_spec = gps.find('allison.rb'); - -allison = "#{allison_spec.loaded_from.gsub('specifications','gems').gsub('.gemspec','')}/lib/allison.rb" - module RDoc class C_Parser_Paludis < C_Parser @@ -88,7 +83,6 @@ module RDoc end end begin - ARGV << '--template' << allison r = RDoc::RDoc.new r.document(ARGV) rescue RDoc::RDocError => e |