develop #15

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

View File

@ -153,7 +153,7 @@ namespace obelisk
public:
/**
* @brief Construct a new Lexer Exception object.
* @brief Construct a new LexerException object.
*
*/
LexerException() :
@ -162,7 +162,7 @@ namespace obelisk
}
/**
* @brief Construct a new Lexer Exception object.
* @brief Construct a new LexerException object.
*
* @param[in] errorMessage Error message to include.
*/