D
Dan
In a VS.NET 2003 project automatically generating the XML documentation on
build I have some .CS files which lack comments as they are automatically
created by tools (such as strongly typed DataSet classes). In such cases I
get tons of CS1591 warnings (Missing XML comment for publicly visible type
or member): I'd like to know if it is possible to suppress these ONLY for
some selected files in a project without changing the global project
settings (something like the C++ #pragma directive, for instance...), as I
found the warning useful when related to my own code.
Thanx guys!
build I have some .CS files which lack comments as they are automatically
created by tools (such as strongly typed DataSet classes). In such cases I
get tons of CS1591 warnings (Missing XML comment for publicly visible type
or member): I'd like to know if it is possible to suppress these ONLY for
some selected files in a project without changing the global project
settings (something like the C++ #pragma directive, for instance...), as I
found the warning useful when related to my own code.
Thanx guys!