develop #15

Merged
cromer merged 64 commits from develop into master 2023-02-23 01:11:48 -03:00
Showing only changes of commit bd5483e689 - Show all commits

View File

@ -147,7 +147,7 @@ namespace obelisk
public: public:
/** /**
* @brief Throw a new Lexer exception. * @brief Construct a new Lexer Exception object.
* *
*/ */
LexerException() : LexerException() :
@ -156,9 +156,9 @@ namespace obelisk
} }
/** /**
* @brief Throw a new Lexer exception including an error message. * @brief Construct a new Lexer Exception object.
* *
* @param[in] errorMessage The error message to include. * @param[in] errorMessage Error message to include.
*/ */
LexerException(const std::string& errorMessage) : LexerException(const std::string& errorMessage) :
errorMessage_(errorMessage) errorMessage_(errorMessage)