diff --git a/docs/gs1syntaxdictionary_8h.html b/docs/gs1syntaxdictionary_8h.html index 9562239..2097f04 100644 --- a/docs/gs1syntaxdictionary_8h.html +++ b/docs/gs1syntaxdictionary_8h.html @@ -125,8 +125,6 @@

GS1_LINTER_DATE_TOO_LONG 

The date is too long for YYMMDD format.

-GS1_LINTER_DATE_WITH_HOUR_TOO_LONG 

The date with hour is too long for YYMMDDHH format.

- GS1_LINTER_HOUR_WITH_MINUTE_TOO_SHORT 

The hour with minute is too short for HHMI format.

GS1_LINTER_HOUR_WITH_MINUTE_TOO_LONG 

The hour with minute is too long for HHMI format.

@@ -335,7 +333,7 @@

106 GS1_LINTER_DATE_TOO_LONG, ///< The date is too long for YYMMDD format.
107 GS1_LINTER_UNUSED_2,
108 GS1_LINTER_UNUSED_3,
-
109 GS1_LINTER_DATE_WITH_HOUR_TOO_LONG, ///< The date with hour is too long for YYMMDDHH format.
+
109 GS1_LINTER_UNUSED_5,
110 GS1_LINTER_HOUR_WITH_MINUTE_TOO_SHORT, ///< The hour with minute is too short for HHMI format.
111 GS1_LINTER_HOUR_WITH_MINUTE_TOO_LONG, ///< The hour with minute is too long for HHMI format.
112 GS1_LINTER_UNUSED_4,
@@ -469,7 +467,6 @@

@ GS1_LINTER_COUPON_INVALID_2ND_PURCHASE_REQUIREMENT_CODE
The coupon's second purchase Requirement Code must be "0" to "4" or "9".
Definition gs1syntaxdictionary.h:149
@ GS1_LINTER_TOO_LONG_FOR_CHECK_PAIR_IMPLEMENTATION
The component is too long to perform an alphanumeric check character pair calculation.
Definition gs1syntaxdictionary.h:86
@ GS1_LINTER_SECOND_TOO_LONG
The second is too long for SS format.
Definition gs1syntaxdictionary.h:197
-
@ GS1_LINTER_DATE_WITH_HOUR_TOO_LONG
The date with hour is too long for YYMMDDHH format.
Definition gs1syntaxdictionary.h:109
@ GS1_LINTER_GCP_DATASOURCE_OFFLINE
The data source for GCP lookups is offline.
Definition gs1syntaxdictionary.h:87
@ GS1_LINTER_INCORRECT_CHECK_PAIR
The alphanumeric check-character pair are incorrect.
Definition gs1syntaxdictionary.h:84
@ GS1_LINTER_LATITUDE_INVALID_LENGTH
The latitude value must be 10 digits.
Definition gs1syntaxdictionary.h:183