make lexer exceptions link to the lexer exception page of the manual

This commit is contained in:
Chris Cromer 2022-12-10 18:23:04 -03:00
parent 8dd82abb55
commit f810a25c0b
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 2 additions and 2 deletions

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.
*/ */