Enable : as a seperator but do not remove it.
| 43 | |
| 44 | // Enable : as a seperator but do not remove it. |
| 45 | void TFE_Parser::enableColonSeperator() |
| 46 | { |
| 47 | m_enableColonSeperator = true; |
| 48 | } |
| 49 | |
| 50 | // Add a string representing a comment, such as ";" "#" "//" |
| 51 | void TFE_Parser::addCommentString(const char* comment) |
no outgoing calls
no test coverage detected