Class commenting (MATLAB 7.12.0 R2011a)
Afficher commentaires plus anciens
Hi
For my masters thesis I'm doing some serious programming in Matlab, meaning I want to produce nice reusable code. I'm writing Matlab classes for the first time and want to add all the comments necessary for a working command line help. It's working quite well so far with a main class header (with links to method and property help texts) and headers for all the methods.
There are two things that I couldn't find in the Matlab help though:
- Is it possible to create a description for a property that spans over more than one line?
- Is it possible to add a description to an abstract method? Putting a comment right after its definition seems not to work, not even if put on the same line as the method definition.
Thanks, Phil
Réponses (0)
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!