<< buildhelpweb | Help tools functions | htmltopdf >> |
headcomments(function_name) |
ce = headcomments(function_name) |
a string: function name or a .m filename.
a cell of strings
head_comments displays the function header comments.
Comments are read from the associated .m file.
Nelson predefined functions have no header comments.
comments = headcomments('cellstr'); md = markdown(comments);inserthtml(md)
doc, markdown, inserthtml, which.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET