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.
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 the the variable is be treated like extern U4 imagearm_lib_stackzilimit like we use #pragma in arm compiler.
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 the tha variable is be treated like extern U4 imagearm_lib_stackzilimit like we use #pragma in arm compiler.