From cd7d7f950af697422e9d1bf423c4bd60f039fed2 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Fri, 25 Aug 2023 19:01:14 -0700 Subject: [PATCH] diplomat-gen --- ffi/diplomat/cpp/docs/source/errors_ffi.rst | 2 +- ffi/diplomat/cpp/include/ICU4XError.hpp | 2 +- ffi/diplomat/js/docs/source/errors_ffi.rst | 2 +- ffi/diplomat/js/include/ICU4XError.d.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ffi/diplomat/cpp/docs/source/errors_ffi.rst b/ffi/diplomat/cpp/docs/source/errors_ffi.rst index c32d6465584..9a4da0ab204 100644 --- a/ffi/diplomat/cpp/docs/source/errors_ffi.rst +++ b/ffi/diplomat/cpp/docs/source/errors_ffi.rst @@ -7,7 +7,7 @@ The error names are stable and can be checked against as strings in the JS API - Additional information: `1 `__, `2 `__, `3 `__, `4 `__, `5 `__, `6 `__, `7 `__, `8 `__, `9 `__, `10 `__, `11 `__, `12 `__, `13 `__, `14 `__, `15 `__ + Additional information: `1 `__, `2 `__, `3 `__, `4 `__, `5 `__, `6 `__, `7 `__, `8 `__, `9 `__, `10 `__, `11 `__, `12 `__, `13 `__, `14 `__, `15 `__ .. cpp:enumerator:: UnknownError diff --git a/ffi/diplomat/cpp/include/ICU4XError.hpp b/ffi/diplomat/cpp/include/ICU4XError.hpp index 74f4ac9b957..532bd5de8b9 100644 --- a/ffi/diplomat/cpp/include/ICU4XError.hpp +++ b/ffi/diplomat/cpp/include/ICU4XError.hpp @@ -18,7 +18,7 @@ * * The error names are stable and can be checked against as strings in the JS API * - * Additional information: [1](https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.Error.html), [2](https://docs.rs/icu/latest/icu/calendar/enum.CalendarError.html), [3](https://docs.rs/icu/latest/icu/collator/enum.CollatorError.html), [4](https://docs.rs/icu/latest/icu/datetime/enum.DateTimeError.html), [5](https://docs.rs/icu/latest/icu/decimal/enum.DecimalError.html), [6](https://docs.rs/icu/latest/icu/list/enum.ListError.html), [7](https://docs.rs/icu/latest/icu/locid/enum.ParserError.html), [8](https://docs.rs/icu/latest/icu/locid_transform/enum.LocaleTransformError.html), [9](https://docs.rs/icu/latest/icu/normalizer/enum.NormalizerError.html), [10](https://docs.rs/icu/latest/icu/plurals/enum.PluralsError.html), [11](https://docs.rs/icu/latest/icu/properties/enum.PropertiesError.html), [12](https://docs.rs/icu/latest/icu/provider/struct.DataError.html), [13](https://docs.rs/icu/latest/icu/provider/enum.DataErrorKind.html), [14](https://docs.rs/icu/latest/icu/segmenter/enum.SegmenterError.html), [15](https://docs.rs/icu/latest/icu/timezone/enum.TimeZoneError.html) + * Additional information: [1](https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.FixedDecimalError.html), [2](https://docs.rs/icu/latest/icu/calendar/enum.CalendarError.html), [3](https://docs.rs/icu/latest/icu/collator/enum.CollatorError.html), [4](https://docs.rs/icu/latest/icu/datetime/enum.DateTimeError.html), [5](https://docs.rs/icu/latest/icu/decimal/enum.DecimalError.html), [6](https://docs.rs/icu/latest/icu/list/enum.ListError.html), [7](https://docs.rs/icu/latest/icu/locid/enum.ParserError.html), [8](https://docs.rs/icu/latest/icu/locid_transform/enum.LocaleTransformError.html), [9](https://docs.rs/icu/latest/icu/normalizer/enum.NormalizerError.html), [10](https://docs.rs/icu/latest/icu/plurals/enum.PluralsError.html), [11](https://docs.rs/icu/latest/icu/properties/enum.PropertiesError.html), [12](https://docs.rs/icu/latest/icu/provider/struct.DataError.html), [13](https://docs.rs/icu/latest/icu/provider/enum.DataErrorKind.html), [14](https://docs.rs/icu/latest/icu/segmenter/enum.SegmenterError.html), [15](https://docs.rs/icu/latest/icu/timezone/enum.TimeZoneError.html) */ enum struct ICU4XError { diff --git a/ffi/diplomat/js/docs/source/errors_ffi.rst b/ffi/diplomat/js/docs/source/errors_ffi.rst index f803bf37fa0..c05b8488449 100644 --- a/ffi/diplomat/js/docs/source/errors_ffi.rst +++ b/ffi/diplomat/js/docs/source/errors_ffi.rst @@ -7,5 +7,5 @@ The error names are stable and can be checked against as strings in the JS API - Additional information: `1 `__, `2 `__, `3 `__, `4 `__, `5 `__, `6 `__, `7 `__, `8 `__, `9 `__, `10 `__, `11 `__, `12 `__, `13 `__, `14 `__, `15 `__ + Additional information: `1 `__, `2 `__, `3 `__, `4 `__, `5 `__, `6 `__, `7 `__, `8 `__, `9 `__, `10 `__, `11 `__, `12 `__, `13 `__, `14 `__, `15 `__ diff --git a/ffi/diplomat/js/include/ICU4XError.d.ts b/ffi/diplomat/js/include/ICU4XError.d.ts index ef00127f366..ec79ba39efb 100644 --- a/ffi/diplomat/js/include/ICU4XError.d.ts +++ b/ffi/diplomat/js/include/ICU4XError.d.ts @@ -5,7 +5,7 @@ * The error names are stable and can be checked against as strings in the JS API - * Additional information: {@link https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.Error.html 1}, {@link https://docs.rs/icu/latest/icu/calendar/enum.CalendarError.html 2}, {@link https://docs.rs/icu/latest/icu/collator/enum.CollatorError.html 3}, {@link https://docs.rs/icu/latest/icu/datetime/enum.DateTimeError.html 4}, {@link https://docs.rs/icu/latest/icu/decimal/enum.DecimalError.html 5}, {@link https://docs.rs/icu/latest/icu/list/enum.ListError.html 6}, {@link https://docs.rs/icu/latest/icu/locid/enum.ParserError.html 7}, {@link https://docs.rs/icu/latest/icu/locid_transform/enum.LocaleTransformError.html 8}, {@link https://docs.rs/icu/latest/icu/normalizer/enum.NormalizerError.html 9}, {@link https://docs.rs/icu/latest/icu/plurals/enum.PluralsError.html 10}, {@link https://docs.rs/icu/latest/icu/properties/enum.PropertiesError.html 11}, {@link https://docs.rs/icu/latest/icu/provider/struct.DataError.html 12}, {@link https://docs.rs/icu/latest/icu/provider/enum.DataErrorKind.html 13}, {@link https://docs.rs/icu/latest/icu/segmenter/enum.SegmenterError.html 14}, {@link https://docs.rs/icu/latest/icu/timezone/enum.TimeZoneError.html 15} + * Additional information: {@link https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.FixedDecimalError.html 1}, {@link https://docs.rs/icu/latest/icu/calendar/enum.CalendarError.html 2}, {@link https://docs.rs/icu/latest/icu/collator/enum.CollatorError.html 3}, {@link https://docs.rs/icu/latest/icu/datetime/enum.DateTimeError.html 4}, {@link https://docs.rs/icu/latest/icu/decimal/enum.DecimalError.html 5}, {@link https://docs.rs/icu/latest/icu/list/enum.ListError.html 6}, {@link https://docs.rs/icu/latest/icu/locid/enum.ParserError.html 7}, {@link https://docs.rs/icu/latest/icu/locid_transform/enum.LocaleTransformError.html 8}, {@link https://docs.rs/icu/latest/icu/normalizer/enum.NormalizerError.html 9}, {@link https://docs.rs/icu/latest/icu/plurals/enum.PluralsError.html 10}, {@link https://docs.rs/icu/latest/icu/properties/enum.PropertiesError.html 11}, {@link https://docs.rs/icu/latest/icu/provider/struct.DataError.html 12}, {@link https://docs.rs/icu/latest/icu/provider/enum.DataErrorKind.html 13}, {@link https://docs.rs/icu/latest/icu/segmenter/enum.SegmenterError.html 14}, {@link https://docs.rs/icu/latest/icu/timezone/enum.TimeZoneError.html 15} */ export enum ICU4XError { /**