feature/documentation #12

Merged
cromer merged 26 commits from feature/documentation into develop 2023-02-03 23:21:29 -03:00
Showing only changes of commit f810a25c0b - Show all commits

View File

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