fix documentation
This commit is contained in:
parent
2e7847050b
commit
e5f54e4a29
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue