From e5f54e4a29caf9a807ecbf032aee0b5b6151508c Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Tue, 16 Jan 2024 17:14:33 -0500 Subject: [PATCH] fix documentation --- include/db_artifact.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/db_artifact.hpp b/include/db_artifact.hpp index b4f2d9f..0baffa7 100644 --- a/include/db_artifact.hpp +++ b/include/db_artifact.hpp @@ -55,7 +55,9 @@ class DBArtifact { * This should be used when downloading the artifact from the database. * This ID is actually required when an update in the database is required. * - * @param id + * @param id UUID of the artifact this belongs to in the database + * @param source_pass The pass in the database which is responsible for the generation of this (partial) artifact + * @param target_artifact The UUID of the artifact this part belongs to */ DBArtifact(const db::uuid_t& id, const db::uuid_t& source_pass, const db::uuid_t& target_artifact);