Rick, while updating rexxref to add doc for Class class method
DefineMethods (et al.), I noticed that Class class also reports those two
new/undocumented instance methods:

   - DefineClassMethod
   - InheritInstanceMethods

In setup.cpp I can see the following note, regarding them:
// these two are special and will be removed at the end of
// the image build
AddProtectedMethod("DefineClassMethod", RexxClass::defineClassMethod, 2);
AddProtectedMethod("InheritInstanceMethods",
RexxClass::inheritInstanceMethodsRexx, 1)

Do I correctly assume that there's no need to document any of those two for
rexxref?
------------------------------------------------------------------------------
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to