A
Apoxy
Is there a way to suppress the XML Document Generator in such a way
that it ignores header files? The ACE headers used in my project
unfortunately contain a lot of comments starting with "///" that
aren't intended for use as XML documentation comments. The doc
generator tries to parse them anyway and since most of them constitute
malformed XML doc comments, the compiler generates zillions of
warnings, not to mention an overly large and difficult to read XML
help file.
Is there any way I can stop this from happening?
Thanks!
that it ignores header files? The ACE headers used in my project
unfortunately contain a lot of comments starting with "///" that
aren't intended for use as XML documentation comments. The doc
generator tries to parse them anyway and since most of them constitute
malformed XML doc comments, the compiler generates zillions of
warnings, not to mention an overly large and difficult to read XML
help file.
Is there any way I can stop this from happening?
Thanks!