Eloy Duran
eloy.****@gmail*****
Tue Jan 16 00:05:21 JST 2007
Hello guys, I've just committed the following: * framework/tool/gen_bridge_doc.rb, framework/tool/gen_bridge_doc/lib/cocoa_ref.rb framework/tool/gen_bridge_doc/rdocify_framework.rb Added the first support for Apple HTML Reference Docs to RDoc generation. At this moment gen_bridge_doc.rb will only try to parse the AppKit framework. By default it will not generate any rdoc files for reference files caused errors during parsing. Once all errors for AppKit have been resolved other frameworks will gradually be added, until we're on par with the supported frameworks in BridgeSupport. So, you can try it out by doing the following: $ cd framework/tool $ ruby gen_bridge_doc.rb build This should leave a 'doc' dir in the current dir which contains the html files. Laurent, you talked about adding this to the post_config phase? So there should be a check for the 'hpricot' library and then run the script like above... Cheers, Eloy