e.g.
///<summary>
This is test function
///</summary>
public void TestFunction()
{
//Do something...
}
when you access this function , you expect the description to show up but in case its shows nothing . Then do this :
1) Open Projects property page
2) Click the Build Tab
30 Check the "Xml documentation file " checkbox
Compile project and try once more ...
No comments:
Post a Comment