How can I generate doxygen compatible comments using MathWorks code generation products?
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 25 Mar 2020
Réponse apportée : MathWorks Support Team
le 7 Avr 2020
Is it possible to generate doxygen compatible comments using MathWorks code generation products?
Réponse acceptée
MathWorks Support Team
le 25 Mar 2020
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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!