make lexer exceptions link to the lexer exception page of the manual
This commit is contained in:
parent
8dd82abb55
commit
f810a25c0b
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user