Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear
developers

i'm using visual studio 2013 and i have a problem with documentation of code ,, i was downloading SDK for visual studio 2013 and still the problem found , so what can i do .. i want to appear the comment and documentation when i use methods and class as well
Posted
Comments
[no name] 18-Apr-14 10:18am    
And did you document the code?

1 solution

It's called Intellisense, and if you want to use it for your code, you have to document your properties, methods and so forth with XML comments:
See here: http://msdn.microsoft.com/en-us/library/vstudio/b2s063f7(v=vs.100).aspx[^]
And add the /doc switch to your project properties.
 
Share this answer
 
Comments
beljk 18-Apr-14 17:33pm    
No sir,,, i know what you mean ,, i want the summary of class and method of c#,, when i called any class or method , the summary does'nt appear ( documentation )
gggustafson 19-Apr-14 0:21am    
I think that under Tools->Options->Text Editor->C#->Advanced->XML Documentation Comments you make sure that Generate XML... is checked.
beljk 19-Apr-14 2:47am    
checked

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900