I have an interface (ISomeInterface
) with full xml comments, and some derived classes with matching xml comments.
If I change the comment in the interface, is it possible to update the comments in all derived classes with GhostDoc (or any other tool)?
I appreciate this may cause unwanted changes in some scenarios but I'm not concerned about that in this case.