MATLAB: Question about .tlc syntax

.tlc backslash questionEmbedded Coder

Hello,
When I looked into some .tlc example files, I saw some command end up with a backslash for example: %<LibCallModelTerminate()>\ while some of them do not. For example: %<SLibDumpFunctionBanner(fcnRec)>
Is anyone know what does the backslash do here? When I do code genaration, I did not see any difference with or without "\".
Thanks

Best Answer

Not very sure, but the TLC reference documentation on Line Continuation provides a clue:
Use \ to suppress line feeds to the output.
Related Question