I don’t know if it’s possible but I’m wondering if there is a way to keep the code and the documentation in separate files but still work the same as it does normally with inline documentation.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can keep XML documentation comments in external files and include them in your code files using the
<include>tag.From the MSDN documentation:
For example, you might have a file named
xml_include_tag.doc, containing the following documentation comments:And you would include this documentation in your code file like so: