I want to generate a complete help for a Matlab toolbox I have developped.
I have seen how to Display custom documentation by making a helptoc.xml
file, but I do not understand how you can add the pages generated when you type doc My_class
.
Is there a way to save the result of doc My_class
to HTML pages with all links for properties and methods pages?