--- a/src/format.cpp Tue Jul 22 04:40:33 2014 +0300 +++ b/src/format.cpp Tue Jul 22 12:57:46 2014 +0300 @@ -31,6 +31,7 @@ #include "format.h" #include "lexer.h" +// _________________________________________________________________________________________________ // // Throws an error while formatting the string // @@ -47,6 +48,7 @@ throw std::logic_error (errmsg.stdString()); } +// _________________________________________________________________________________________________ // // Main formatter algorithm function. Processes @fmtstr with @args and returns // the result. @@ -104,6 +106,7 @@ return fmt; } +// _________________________________________________________________________________________________ // // Throws a runtime error with the message @msg. If a lexer is active, its // position is printed as well.