pmacn / DocPlagiarizer

A custom build task that will copy xml documentation comments from interfaces to implementations.
MIT License
4 stars 1 forks source link

Suggested alternate run-mode #6

Open pmacn opened 10 years ago

pmacn commented 10 years ago

When I initially thought about this the plan was to make it only copy the documentation comments during the build phase. Not actually persist them back into the source. That way it could copy documentation only to those implementations that don't already have a comment, making for an easy way to override the task when needed.

< list with steps needed to get this done goes here >