RubyCocoa : BridgeDoc

Shipped with the rubycocoa source is a tool which parses the Apple Objective-C html reference files and transforms the Objective-C methods to the way that calling is done from Ruby. The outputted ruby source files are then passed to rdoc which creates HTML files and places them in /Developer/Documentation/RubyCocoa/Frameworks/. It also creates files that can be used by ri or fastri.

For instructions on creating the documentation please refer to GettingStarted.
For instructions on using the documentation please refer to FrameworkDocumentation.

Requirements

External References
http://www.superalloy.nl/blog/?p=6 Introduction to BridgeDoc.

TODO
res = elementAtIndex_associatedPoints(index, points) # real method where points should be a pointer (to an array in this case)
[res, pointer_res] = elementAtIndex_associatedPoints(index) # RubyCocoa method, so we omit the pointer and it will simply be returned.
© 2001-2007 The RubyCocoa Project. Powered by Wikka Wakka Wiki 1.1.6.3
SourceForge.net Logo
Page was generated in 0.0490 seconds