I have an interface and a class that implements that interface. I want to include XML comments, but where should I put them? On the interface, the class that implements it, or both? Also, I want to include comments on the exceptions that will be thrown. Since those would depend on how the interface is implemented, should those comments only be in the class?
Are there any common standards for this?
Thanks,
Adam
Are there any common standards for this?
Thanks,
Adam