Enable block comments of the form /*...*/
| 37 | |
| 38 | // Enable block comments of the form /*...*/ |
| 39 | void TFE_Parser::enableBlockComments() |
| 40 | { |
| 41 | m_enableBlockComments = true; |
| 42 | } |
| 43 | |
| 44 | // Enable : as a seperator but do not remove it. |
| 45 | void TFE_Parser::enableColonSeperator() |
no outgoing calls
no test coverage detected