Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Browser Method Info
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01380586
Message ID:
01380607
Vues:
31
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform