Hi All, I was going through the rotor code and came upon these C# XML comments: /// <include file='doc\cookie.uex' path='docs/doc[@for="Cookie.Cookie1"]/*' /> /// <devdoc> /// <para>[To be supplied.]</para> /// </devdoc> found at http://www.123aspx.com/rotor/rotorsrc.aspx?rot=40389
What are the .uex files? I'm assuming this is a nice and tidy way of linking to external xml comments files, thus keeping your source code nice and clean, and also allowing technical writers to comment your code, allowing developers to focus on writing the actual code. Is this true? If so, how do I use them? I can't find anything in the docs about .uex. I also can't find anything related to <devdoc>. Any idea how that tag is used? Thanks, Dave