summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-07 11:17:27 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-07 11:17:27 +0100
commit6e0378ee5f78691fe3326dc128aaf0a31d99960e (patch)
tree2d8deb19b69c0e19eda0761264f3695d7096cd84 /Private/Source
parent607f56b53178c73bcbf26f93172dc8be37549ac7 (diff)
Code bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/FileManager.cxx1
-rw-r--r--Private/Source/IndexableProperty.cxx2
-rw-r--r--Private/Source/NewFS.cxx2
3 files changed, 5 insertions, 0 deletions
diff --git a/Private/Source/FileManager.cxx b/Private/Source/FileManager.cxx
index e4639c0c..860a8808 100644
--- a/Private/Source/FileManager.cxx
+++ b/Private/Source/FileManager.cxx
@@ -11,6 +11,7 @@
#include <NewKit/ErrorID.hpp>
#include <NewKit/Utils.hpp>
+/// BUGS: 0
//! @brief File manager for HCore.
namespace HCore {
diff --git a/Private/Source/IndexableProperty.cxx b/Private/Source/IndexableProperty.cxx
index 674db861..778acd19 100644
--- a/Private/Source/IndexableProperty.cxx
+++ b/Private/Source/IndexableProperty.cxx
@@ -14,6 +14,8 @@
#include <NewKit/MutableArray.hpp>
#include <NewKit/Utils.hpp>
+/// BUGS: 0
+
#define kMaxLenIndexer 256
namespace HCore {
diff --git a/Private/Source/NewFS.cxx b/Private/Source/NewFS.cxx
index 64c13e11..b0ba37c6 100644
--- a/Private/Source/NewFS.cxx
+++ b/Private/Source/NewFS.cxx
@@ -11,6 +11,8 @@
#ifdef __USE_NEWFS__
+/// BUGS: 0
+
namespace HCore {
NewFilesystemManager::NewFilesystemManager() = default;