Skip to content

Commit a7f2d04

Browse files
committed
API docs: Fix GS1 DL URI scheme text; mention qualifier AI check for DigSigs
1 parent 794b0c8 commit a7f2d04

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/gs1encoders_8h.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/c-lib/gs1encoders.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ GS1_ENCODERS_API gs1_encoder* gs1_encoder_init(void *mem);
460460
* this is required.
461461
* * For GS1 Digital Link URIs:
462462
* * Ensure that the data does not contain illegal URI characters
463-
* * Ensure that the scheme (`http` or `https`), domain and stem are
464-
* present.
463+
* * Ensure that the scheme, domain and stem are present.
465464
* * Ensure that the path info structure is correct allowing for AI
466465
* extraction.
467466
* * For each extracted AI, validate that the data corresponds to a known
@@ -479,6 +478,7 @@ GS1_ENCODERS_API gs1_encoder* gs1_encoder_init(void *mem);
479478
* * Ensure that repeated AIs have the same value.
480479
* * Ensure that mutually-exclusive AIs are not present.
481480
* * Ensure that all requisite AIs are accounted for.
481+
* * Ensure that serialisation qualifier AIs are present with Digital Signature.
482482
*
483483
* @param [in,out] ctx ::gs1_encoder context
484484
* @return pointer to error message string

0 commit comments

Comments
 (0)