What is the best way to properly and usefully document a function of an anonymous object? I am doing some programming with Soar (API here), and have code that looks somethin
The method should not need any documentation at all, as it's the implementation of an interface, and that interface should be documented. The implementation of an interface behaves according to that.