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

This commit is contained in:
2022-12-10 18:23:04 -03:00
parent 8dd82abb55
commit f810a25c0b

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