Documenting auto-generated code
Posted
by Diadistis
on Stack Overflow
See other posts from Stack Overflow
or by Diadistis
Published on 2009-12-21T22:38:07Z
Indexed on
2010/05/02
19:27 UTC
Read the original article
Hit count: 212
Hello,
I use code-generation for my data access layer and Doxygen for documentation. My problem is that I can't add Xml comments on the generated classes since they will be overwritten as soon as I re-generate the code. To be more precise I can add Xml comments to my custom methods (which are in a separate file as partial classes) but I can't do it on data properties.
Any suggestions?
© Stack Overflow or respective owner