use capital L so that it creates a link to the class name in docs

This commit is contained in:
2022-12-09 23:54:55 -03:00
parent 768a0906d3
commit 102a182559

View File

@@ -6,7 +6,7 @@
namespace obelisk namespace obelisk
{ {
/** /**
* @brief The lexer reads and identifies tokens in the obelisk source code. * @brief The Lexer reads and identifies tokens in the obelisk source code.
* *
*/ */
class Lexer class Lexer