Skip to content

Commit

Permalink
API docs: Fix GS1 DL URI scheme text; mention qualifier AI check for …
Browse files Browse the repository at this point in the history
…DigSigs
  • Loading branch information
terryburton committed May 26, 2024
1 parent 794b0c8 commit a7f2d04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/gs1encoders_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/c-lib/gs1encoders.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@ GS1_ENCODERS_API gs1_encoder* gs1_encoder_init(void *mem);
* this is required.
* * For GS1 Digital Link URIs:
* * Ensure that the data does not contain illegal URI characters
* * Ensure that the scheme (`http` or `https`), domain and stem are
* present.
* * Ensure that the scheme, domain and stem are present.
* * Ensure that the path info structure is correct allowing for AI
* extraction.
* * For each extracted AI, validate that the data corresponds to a known
Expand All @@ -479,6 +478,7 @@ GS1_ENCODERS_API gs1_encoder* gs1_encoder_init(void *mem);
* * Ensure that repeated AIs have the same value.
* * Ensure that mutually-exclusive AIs are not present.
* * Ensure that all requisite AIs are accounted for.
* * Ensure that serialisation qualifier AIs are present with Digital Signature.
*
* @param [in,out] ctx ::gs1_encoder context
* @return pointer to error message string
Expand Down

0 comments on commit a7f2d04

Please sign in to comment.