[Rubycocoa-devel 940] Fix for RDoc Generator

Back to archive index

Justin Palmer encyt****@gmail*****
Mon Jun 4 03:38:34 JST 2007


The bridge-doc generation fails with the latest stable version of  
Hpricot because
it's attempting to treat every node as an Hpricot::Elem node, the fix  
is to change line 13
of tool/gen_bridge_doc/lib/lib/hpricot_proxy.rb to:

       @elements = (doc/"//body/*").select{ |e| e.is_a?(Hpricot::Elem) }

This raises another question, I couldn't find the documentation for  
the ActiveRecord bits and the
additions that RubyCocoa adds (require_framework, et al).  Shouldn't  
we be generating documentation
for these additions (assuming I'm not overlooking it)?

-Justin




More information about the Rubycocoa-devel mailing list
Back to archive index