Just, AFAIK, methods that you call on objects should be documented as ClassName->method();, whereas statically called methods should be ClassName::method(); -- but I can't think of an example of the latter...
Ken
Just, AFAIK, methods that you call on objects should be documented as ClassName->method();, whereas statically called methods should be ClassName::method(); -- but I can't think of an example of the latter...
Ken