How can I exclude/remove special symbols while generating a doxygen
Eg: From the variable extern U4 image$$arm_lib_stack$$zi$$limit ; I have to remove $$ so that the variable is be treated like extern U4 imagearm_lib_stackzilimit like when we use #pragma in arm compiler.
Last edit: Alex George 2020-10-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I exclude/remove special symbols while generating a doxygen
Eg: From the variable extern U4 image$$arm_lib_stack$$zi$$limit ; I have to remove $$ so that the variable is be treated like extern U4 imagearm_lib_stackzilimit like when we use #pragma in arm compiler.
Last edit: Alex George 2020-10-08