Displaying 1 result from an estimated 1 matches for "_wrap_classname_methodname".
2005 Jan 16
3
New Doc Status
...n I have/am moving in...
- Extract the classes from the xml file into individual class text files
in a generic format
- Read in cpp files for all rb_define* statements and create a map of
ruby methods to c++ methods. This will be intelligent, because methods
are named with the convention "_wrap_className_methodName". (If this
convention isn''t universal Nick, could you give me a heads up)
- Generate Html files. While generating files, filtering the c++
methods, and putting in ruby method/class names. (There will be
references to the c++ class/method names, and I am planning on linking
to the...