XML Documents - The height of laziness
-
I am currently using Visual Studio to produce XML documents for my code, I then use nDoc to produce CHM files and all is good. I would like VS to provide me with an error/task if a method is not commented at all but cannot find a way to do this. If I set the project property "Treat Warnings as Errors" to true, and a comment is malformed (i.e. incorrect parameters etc) then it gives me an error, but if there is no comment at all then I do not get a warning. Does anybody know if there is a way to do this? post.mode = postmodes.signature; SELECT everything FROM everywhere WHERE something = something_else; > 1 Row Returned > 42
-
I am currently using Visual Studio to produce XML documents for my code, I then use nDoc to produce CHM files and all is good. I would like VS to provide me with an error/task if a method is not commented at all but cannot find a way to do this. If I set the project property "Treat Warnings as Errors" to true, and a comment is malformed (i.e. incorrect parameters etc) then it gives me an error, but if there is no comment at all then I do not get a warning. Does anybody know if there is a way to do this? post.mode = postmodes.signature; SELECT everything FROM everywhere WHERE something = something_else; > 1 Row Returned > 42
I'm not sure if I can fully answer your question but I would like to say that I am doing the same thing and I DO GET these warnings when methods, properties, basically anything protected or public is not commented. Are you using 2003?