Dear All,
I built a library in .net using the xml tags for all the methods like this:
/// <summary>
/// Apply non linear filters.
/// </summary>
public void A(){} After I marked the option to generate XML Documentation File in the Project Properties. What do I must to do to include the xml documentation in my class library? My goal is to show all my method comments in a client class (dll) of...