Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Browser Method Info
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01380586
Message ID:
01380607
Views:
32
>How to I create documentation for a method that appears in the Object Browser?

In C#, hit /// above the method and it will create an XML comment that you can fill in (VB uses three single quotes, '''). This shows up in the Intellisense and docs. There are various XML tags that you can use inside the XML comment if you want to get fancy or want to generate real docs (ex. MSDN style) from your classes - <remarks>, <para>. <see> <seealso> etc.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform