fix documentation

This commit is contained in:
Fabian Posch 2024-01-16 17:14:33 -05:00
parent 2e7847050b
commit e5f54e4a29

View file

@ -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);