diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 14:53:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 14:53:16 +0100 |
| commit | 1a634d1cc7b5243359e421d77b3d3fb3eeea7004 (patch) | |
| tree | 7245988fccd13123c99e4def0ea6c5bb97fdb11d /src/lib/JSONManifestBuilder.cc | |
| parent | 96952b69011d822ec22e7b0bbe73a9fe6cb83877 (diff) | |
feat: better documentation of builder objects.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/lib/JSONManifestBuilder.cc')
| -rw-r--r-- | src/lib/JSONManifestBuilder.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/JSONManifestBuilder.cc b/src/lib/JSONManifestBuilder.cc index 8cb126f..bda523c 100644 --- a/src/lib/JSONManifestBuilder.cc +++ b/src/lib/JSONManifestBuilder.cc @@ -15,8 +15,7 @@ namespace FS = std::filesystem; /// @brief Builds a nlohmann::json target from a nlohmann::json file. /// @param arg_sz filename size (must be 1 or greater). /// @param arg_val filename path (must be a valid nlohmann::json file). -/// @retval true building has succeeded. -/// @retval false fail to build, see error message. +/// @return bool: whether the build has succeeded or not. /// =========================================================== /// bool JSONManifestBuilder::BuildTarget(BuildConfig& config) { std::string path; |
