Which tool are you using to create the documentation of your MATLAB codes?

198 ビュー (過去 30 日間)
I would like to know which documentation system you use to create the developer's guide or your MATLAB codes.
I already found 2 FEx utilities on this subject:
makehtmldoc to create easily HTML help pages from MATLAB codes.
I plan to try Doxygen which seems popular . Have you already tried it?
Do you know other tools which can extract comments from your codes to generate documentation?
Thanks for your feedback

採用された回答

per isakson
per isakson 2013 年 1 月 10 日
編集済み: per isakson 2013 年 1 月 10 日
M2HTML: Documentation System for Matlab in HTML has been around and supported for a long time - long before the new OOP-system. It is definitely worth looking at.
The questions says that the documentation support of Matlab is not adequate for your needs.
  2 件のコメント
Aurelien Queffurust
Aurelien Queffurust 2013 年 1 月 10 日
I am going to try it thanks
Aurelien Queffurust
Aurelien Queffurust 2013 年 1 月 22 日
I have tried files from Fex which use Doxygen but it requires a lot of stuff to install and some time to understand the mechanism. My favorite one will be M2HTML which is both easy and quick to run . The output is very nice if the source code has a M-file header . Nice features a with Graph, each HTML output file gives dependencies, parent functions ... Super! Thanks for your suggestion.

サインインしてコメントする。

その他の回答 (4 件)

Mark Mikofski
Mark Mikofski 2017 年 12 月 13 日
Try Sphinx MATLAB domain, it's free and it automatically generates documents from your H1 comments if they are formatted using Sphinx markup. Disclaimer, I was the original author of the Sphinx MATLAB domain.
  2 件のコメント
Brian Holmes
Brian Holmes 2020 年 8 月 23 日
The Sphinx MATLAB seems to be a promising choice. But its documentation and help is very poor, making it effectively useless.
Nathan Ellingson
Nathan Ellingson 2021 年 9 月 3 日
After reweiwing all the tools under this question, I settled on this one. Sphinx Matlab is a plugin to Sphinx so some Sphinx knowledge is required to use it. I found that the Sphinx Matlab documentation was excellent, while the Sphinx proper documentation was kind of hard to folow. However, I think this is expected with a project as complex and powerful as Sphinx.
If you have time to work with sphinx to make some really excellent custom documentation, I recommend using the Matlab plugin for sphinx. If you need documentation right now and don't have time to mess with it I recommend m2html (I think the brain template looks the best).

サインインしてコメントする。


Pierre Ollfisch
Pierre Ollfisch 2021 年 7 月 23 日
編集済み: Pierre Ollfisch 2021 年 7 月 24 日
You could also try m2docgen. It generates HTML-websites based on your header comments and integrates them directly in the local MATLAB documentation. It works with '*.m' and '*.mlx' files of functions, classes and scripts. The sites can also be found by the search function, as the builddocsearchdb is also called in the process. I have attached an example of how the input and output looks for a class file.
Input:
Output:
Disclaimer: I am a developer of m2doc.

Ryan G
Ryan G 2013 年 1 月 10 日
MATLAB Report Generator has a lot of options for HTML reports. It's not free, but obviously it's designed well for the job.
  1 件のコメント
Jiri Vass
Jiri Vass 2018 年 5 月 10 日
Can you please provide more details about using the MATLAB Report Generator for automatically generating the documentation of my Matlab code? I used the M2HTML already and it generates useful Matlab code documentation (e.g. dependency diagram, HTML to browse my functions), but if the MATLAB Report Generator provides even better functionality, I'd like to know about it.

サインインしてコメントする。


Sean de Wolski
Sean de Wolski 2013 年 1 月 10 日
Also, an (impossible to remember) function:
  2 件のコメント
Aurelien Queffurust
Aurelien Queffurust 2013 年 1 月 10 日
I am using this function to make the help of functions of my own toolbox reachable from Help browser. It is the only aim of this feature I believe , it will not create HTML files from your code.
Sean de Wolski
Sean de Wolski 2013 年 1 月 10 日
No - it won't do that. But publish() would...

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAdding custom doc についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by