• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1--- libicu/ndk_headers/unicode/putil.h	2023-01-16 18:01:19.507127460 +0000
2+++ libicu/ndk_headers/unicode/putil.h	2023-01-16 17:30:51.983422939 +0000
3@@ -56,12 +56,6 @@
4 #endif  /* U_HIDE_INTERNAL_API */
5
6
7-/**
8- * @{
9- * Filesystem file and path separator characters.
10- * Example: '/' and ':' on Unix, '\\' and ';' on Windows.
11- * \xrefitem stable "Stable" "Stable List" ICU 2.0
12- */
13 #if U_PLATFORM_USES_ONLY_WIN32_API
14 #   define U_FILE_SEP_CHAR '\\'
15 #   define U_FILE_ALT_SEP_CHAR '/'
16@@ -78,7 +72,6 @@
17 #   define U_PATH_SEP_STRING ":"
18 #endif
19
20-/** @} */
21
22
23
24