Eloy Duran
eloy.****@gmail*****
Sat Jan 27 02:22:27 JST 2007
Hi guys, All docs belonging to one framework are now being put into their own module. This extra namespace should make it easier to browse the docs. If you start at the OSX module for instance you will see that you can intuitively browse deeper into the docs. In the recent commits I've also added support for functions & data types. Functions are put in a module called for example OSX::FoundationFunctions, at the top it says this module is automatically included in the OSX module. Data Types are put in a module called for example OSX::Foundation::DataTypes In this module all the bridged structures are defined as classes with their appropriate methods and attr_accessor's. Ciao, Eloy