Embedded coder automatic string replacement in comments

1 visualizzazione (ultimi 30 giorni)
I would like more control over the block comments in the generated code. The comments are added to the following field:
Right click block > Properties > General > Description
However '/*' and '*/' strings entered in the 'Description' box will appear as '/+' and '+/' in the generated code. I need '/*' and '*/' strings in specific places in the comments for doxygen purposes. Can I disable this string replacement?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 3 Mag 2018
There is functionality in place to support doxygen formatting in the generated comments. From the following documentation:
you will notice that you can customize the function banner which will change the formatting of the comments generated for functions (such as for an atomic subsystem). Some of the formatting options available are related to doxygen. The only issue is that customizing the function banner would not be specific to any given function/block, but describes the general format of the banner for all functions. Also, you cannot go beyond the formatting options that are available and add '/*' strings in the block comments because they will still be replaced with '/+' in the generated code to avoid errors that would be caused by adding '/*' in the comments incorrectly.

Più risposte (0)

Categorie

Scopri di più su Deployment, Integration, and Supported Hardware in Help Center e File Exchange

Prodotti


Release

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by