Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One useful behaviour unsupported
Message
 
 
À
21/10/2004 08:32:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00953256
Message ID:
00953430
Vues:
18
We generally try to do this (include info about the return values and params) in the member description as much as possible.

Another approach is to follow a javadoc model. Put it in an #IF .F., bracking a TEXT ENDTEXT, directly in the method and parse it out with a doc tool (it's easy to write one to your own requirements). This is less convenient but more flexible.

However, in 9, you may want to try adding custom attributes into Memberdata for this purpose. A lot easier to parse and doc-centric Memberdata attributes can be standardized in the Fox community more easily as well. Plus you can share this type of approach between reports and classes, since they use the same Memberdata XSD.

>L<
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform