We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void printComments(bool cState)
Enable or disable comment printing. When enabled, any comment lines are printed to the output port.
Example:
printComments(ON); //Switch on comment printing printComments(OFF); //Switch off comment printing