summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/ptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/ptypes.h')
-rw-r--r--deps/icu-small/source/common/unicode/ptypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/icu-small/source/common/unicode/ptypes.h b/deps/icu-small/source/common/unicode/ptypes.h
index 6eaf2dbf03..70324ffee3 100644
--- a/deps/icu-small/source/common/unicode/ptypes.h
+++ b/deps/icu-small/source/common/unicode/ptypes.h
@@ -83,6 +83,7 @@ typedef unsigned char uint8_t;
#else /* neither U_HAVE_STDINT_H nor U_HAVE_INTTYPES_H */
+/// \cond
#if ! U_HAVE_INT8_T
typedef signed char int8_t;
#endif
@@ -122,6 +123,7 @@ typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
#endif
#endif
+/// \endcond
#endif /* U_HAVE_STDINT_H / U_HAVE_INTTYPES_H */