Class commenting (MATLAB 7.12.0 R2011a)
이전 댓글 표시
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
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Whos에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!