I'm building a custom library of composite controls that include their own javascript files as web resources. I've got DocProject running to generate my XML documentation CHMs and it's working great.
However, when I set my solution to "Release" configuration, the runtime is still not extracting the XML comments from the embedded javascript files and including them in the generated comments.xml file or the .org reflection file. Therefore, when I run my DocProject build, the comments I have included in my javascript files are excluded making my documentation imperfect.
Any thoughts? I'd love to be able to include the javascript documentation directly in the generated CHM.
Thanks SO, JP
EDIT: For Clarity.
EDIT2: I have since looked at AjaxDoc on CodePlex, and haven't had success with it after about 6 hours. If you've got any ideas, I'd be much obliged.
EDIT3: Yes, I've contacted Bertrand LeRoy already (creator of AjaxDoc) and hope to hear something back, though I'm sure he's quite busy.