How to see full document generated by xml-comments
问题 I have writen a method such as: /// <summary> /// A method having xml-comments /// This comment could be very long /// </summary> /// <param name="input">Input parameter</param> /// <returns>Calculated value</returns> int CommmentedMethod(int input) { return Calc(input); } But when I use this method, Visual Studio (I'm using VS 2010) just show up " A method having xml-comments This comment could be... " not a full document. Is there an option to show it? Updated picture: Thanks :-) 回答1: You