Generate searchable documentation for MATLAB Packages(Namespaces) and Classes
12 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to generate searchable static documentation for several packages (namespaces) created in MATLAB? I have about 10 packages that contain several classes and function. Therefore, the procedure needs to work for classes.
Follow Up Question.
If static documentation cannot be generated, how can I use builddocsearchdb? According to the documentation, I need to create my own html files. I tried using publish to generate html documentation for each class I created; however, publish does not produce the expected result.
I have considered other options; however, those options will not work for me.
- sphinxcontrib-matlabdomain
Requires me and anyone who maintains my program to learn python
My company blocks users from installing packages via conda and pip.
- M2HTML
not searchable
Per r Rik's request here are several examples of searchable documentation:
1 件のコメント
Rik
2019 年 5 月 20 日
It is not clear to me what exactly is your question. Could you explain it a bit more?
回答 (1 件)
Sean de Wolski
2019 年 5 月 20 日
I've always exported the html from the autogenerated doc page:
doc mypack.myclass
Or written a Live Script that documents the class, provides examples, etc. and then exported this to html to be incorporated with builddocsearchdb. The second method is generally my preferred method.
参考
カテゴリ
Help Center および File Exchange で Java Package Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!