aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-30 20:25:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-07 22:50:28 +0300
commitb26f393c2257c3dfe7937696cd4f307e4075f20c (patch)
treeff9d26c2fa6f8bacdc37d18ed37bee9f8564bbe2 /bpkg/pkg-verify.hxx
parent216b2d199bdf3730243795ff71515e636184d98f (diff)
Add support for description-type package manifest value
Diffstat (limited to 'bpkg/pkg-verify.hxx')
-rw-r--r--bpkg/pkg-verify.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/bpkg/pkg-verify.hxx b/bpkg/pkg-verify.hxx
index f3a7c01..7f36e72 100644
--- a/bpkg/pkg-verify.hxx
+++ b/bpkg/pkg-verify.hxx
@@ -19,10 +19,11 @@ namespace bpkg
// Verify archive is a valid package and return its manifest. If requested,
// expand the file-referencing manifest values (description, changes, etc),
- // setting them to the contents of files they refer to as well as complete
- // the dependency constraints. Throw failed if invalid or if something goes
- // wrong. If diag is false, then don't issue diagnostics about the reason
- // why the package is invalid.
+ // setting them to the contents of files they refer to, set the potentially
+ // absent description-type value to the effective description type (see
+ // libbpkg/manifest.hxx), and complete the dependency constraints. Throw
+ // failed if invalid or if something goes wrong. If diag is false, then
+ // don't issue diagnostics about the reason why the package is invalid.
//
package_manifest
pkg_verify (const common_options&,