diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-31 23:22:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | e567f3569669aa23675a31beff18228da57c123b (patch) | |
| tree | ff4442a2f7a3094e971976a9d999f38e563f0313 /src/verify.h | |
| parent | 7e9736d5e07fb3f608ad78c251deb183f2989d5d (diff) | |
VALID_CONTENT_VERSION_LABEL_TEXT: note -> content_version.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index ba742244..96945ca3 100644 --- a/src/verify.h +++ b/src/verify.h @@ -579,7 +579,9 @@ public: * file contains the CPL filename */ EMPTY_CONTENT_VERSION_LABEL_TEXT, - /** A <LabelText> inside a _<ContentVersion>_ is valid */ + /** A <LabelText> inside a _<ContentVersion>_ is valid. + * content_version contains the label text. + */ VALID_CONTENT_VERSION_LABEL_TEXT, /** The CPL namespace is not valid * note contains the invalid namespace |
