florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
160 stars 21 forks source link

add tracing exclusion pragma #228

Closed florianschanda closed 3 years ago

florianschanda commented 3 years ago

Some classes / code / files should not appear in the tracing output at all, for whatever reason.

pragma No_Tracing ("justification");

Should do the trick.