Class commenting (MATLAB 7.12.0 R2011a)
Ältere Kommentare anzeigen
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
Antworten (0)
Kategorien
Mehr zu Whos finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!