Preprocessor: document that removeComments() may throws exception.

No code change.
This commit is contained in:
Slava Semushin 2009-09-19 13:30:54 +07:00
parent 8f96c1992a
commit 5ab6c6cf80
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ protected:
* Remove comments from code. This should only be called from read().
* @param str Code processed by read().
* @return code without comments
* @throws std::runtime_error when code contains unhandled characters
*/
static std::string removeComments(const std::string &str);