How can I create custom reference pages for my own system objects and functions?
2 views (last 30 days)
Show older comments
Analog Devices, Inc. Systems Development Group
on 7 Sep 2018
Commented: Analog Devices, Inc. Systems Development Group
on 10 Sep 2018
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 Comments
Answers (1)
Akshay Kumar
on 10 Sep 2018
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.
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!