How can I create custom reference pages for my own system objects and functions?
2 次查看(过去 30 天)
显示 更早的评论
I'm trying to create custom reference pages for my system objects, blocks, ... . The doc page here (https://www.mathworks.com/help/matlab/matlab_prog/display-custom-documentation.html) says you can do this but doesn't provide details on how to get the doc command to point to a custom page. Right now things only go to the auto-generated pages.
Is there a convention here? Is this even possible?
-Travis
0 个评论
回答(1 个)
Akshay Kumar
2018-9-10
You can go through this MATLAB answer for information about customizing the help documentation for Simulink blocks
In addition, you can also refer this document for using the ‘doc’ command to create documentation for classes and this MATLAB answer for other alternate ways to generate documentation for your code.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!