summaryrefslogtreecommitdiffhomepage
path: root/Headers/StdKit/String.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
commit5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 (patch)
tree442826994985742eec15a6a26bf537141ebb379a /Headers/StdKit/String.hpp
parentf4ee9dd22c91c076ad2bd8ba082f7ad02afac350 (diff)
MHR-21: Refactor, WiP symbol support in mov.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Headers/StdKit/String.hpp')
-rw-r--r--Headers/StdKit/String.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Headers/StdKit/String.hpp b/Headers/StdKit/String.hpp
index 20fd16f..d4048ee 100644
--- a/Headers/StdKit/String.hpp
+++ b/Headers/StdKit/String.hpp
@@ -15,9 +15,9 @@
namespace CompilerKit
{
/**
- * @brief StringView class, contains a C string and manages it.
- * @note No need to manage it it's getting deleted by default.
- */
+ * @brief StringView class, contains a C string and manages it.
+ * @note No need to manage it it's getting deleted by default.
+ */
class StringView final
{
@@ -76,9 +76,9 @@ namespace CompilerKit
};
/**
- * @brief StringBuilder class
- * @note These results shall call delete[] after they're used.
- */
+ * @brief StringBuilder class
+ * @note These results shall call delete[] after they're used.
+ */
struct StringBuilder final
{
static StringView Construct(const CharType* data);