From f810a25c0bac1bd26f2fcb4f3eef2b78fc00be39 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 10 Dec 2022 18:23:04 -0300 Subject: [PATCH] make lexer exceptions link to the lexer exception page of the manual --- src/lexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lexer.h b/src/lexer.h index fd9e30f..83ec706 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -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. */