diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:09:56 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:10:40 +0100 |
| commit | d091afe4f669e5f0fe60736575ff0838c512279e (patch) | |
| tree | 921f772c50ebf1137a0bce11f8265b1ef1e814e0 | |
| parent | 6cddf94df11fe39b9051c2197c7a0ad88383c663 (diff) | |
SDK/File.hxx: replace useless documentation.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | Public/SDK/System.Core/Headers/File.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Public/SDK/System.Core/Headers/File.hxx b/Public/SDK/System.Core/Headers/File.hxx index 48331c15..774a1424 100644 --- a/Public/SDK/System.Core/Headers/File.hxx +++ b/Public/SDK/System.Core/Headers/File.hxx @@ -9,9 +9,8 @@ #include <System.Core/Headers/Defs.hxx> -/// @brief SOM class, translated to C++ - namespace System { +/// @brief System file interface class FileInterface final { public: explicit FileInterface(const char *path) { |
