description and intellisense
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hi. I search to add descriptions into the "intellisense" when i wrote a class or functon etc... Thanks a lot Alex
Check the following lines before class definition and chage it to meet your needs:
/// /// Summary description for Info. /// public class Info ..........
-
Hi. I search to add descriptions into the "intellisense" when i wrote a class or functon etc... Thanks a lot Alex
Use the various XML documentation tags to document your source code. See the help for "XML documentation" for more information on this topic. www.troschuetz.de
-
Hi. I search to add descriptions into the "intellisense" when i wrote a class or functon etc... Thanks a lot Alex