I've enabled documentation for a C# project, but now when I compile I get scores of the "warning CS1591: Missing XML comment for publicly visible type or member ..." warnings!
I'm putting /// <summary> and ///</summary> stmts within the method (with /// comments sandwiched in between the summary tag stmts), but still get the warnings.
Any insights would be helpful.
I'm putting /// <summary> and ///</summary> stmts within the method (with /// comments sandwiched in between the summary tag stmts), but still get the warnings.
Any insights would be helpful.