How can I generate doxygen compatible comments using MathWorks code generation products?
18 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 3 月 25 日
回答済み: MathWorks Support Team
2020 年 4 月 7 日
Is it possible to generate doxygen compatible comments using MathWorks code generation products?
採用された回答
MathWorks Support Team
2020 年 3 月 25 日
You may achieve this functionality by using Code Generation Template files, or CGTs, to include doxygen-compatible file and function comment blocks in the generated code. In CGT's, comment blocks are specified using open and close tags. You can add a "style" attribute to these tags to apply doxygen formatting to the resulting comments. Please refer to the following documentation page for additional details on the different tags and attributes available:
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!