添加了注释文档

This commit is contained in:
2026-02-14 15:32:11 +08:00
parent 35b98c4d7f
commit 51e831cc6a
12 changed files with 84 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
/*!
@file src/Token/Token.cpp
@brief Token实现
@author PuqiAR (im@puqiar.top)
@date 2026-02-14
*/
#include <Token/Token.hpp>
namespace Fig
@@ -87,4 +93,4 @@ namespace Fig
{String("false"), TokenType::LiteralFalse},
{String("null"), TokenType::LiteralNull},
};
};
}; // namespace Fig