Skip to content

Commit

Permalink
Rebuild docs and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed May 28, 2024
1 parent 2dfd35f commit cc23415
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
10 changes: 5 additions & 5 deletions docs/demo/gs1encoder-wasm.mjs

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/demo/gs1encoder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,11 @@ GS1encoder.symbology = symbology;

/** @ignore */
const validation = {
MutexAIs: 0, ///< Mutually exclusive AIs
RequisiteAIs: 1, ///< Mandatory associations between AIs
RepeatedAIs: 2, ///< Repeated AIs having same value
NUMVALIDATIONS: 3, ///< Value is the number of validations
MutexAIs: 0, ///< Mutually exclusive AIs
RequisiteAIs: 1, ///< Mandatory associations between AIs
RepeatedAIs: 2, ///< Repeated AIs having same value
UnknownAInotDLattr: 3, ///< Unknown AIs not permitted as GS1 DL URI data attributes
NUMVALIDATIONS: 4, ///< Value is the number of validations
};

GS1encoder.validation = validation;
Expand Down
5 changes: 3 additions & 2 deletions docs/gs1encoders_8h.html

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

5 changes: 3 additions & 2 deletions docs/index.html

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

0 comments on commit cc23415

Please sign in to comment.