diff --git a/TODO.network b/TODO.network index 9fc731bfe..85adce9f8 100644 --- a/TODO.network +++ b/TODO.network @@ -8,7 +8,8 @@ DONE нарисовать иконку (скопирована иконка ic_m DELAYED (NP) нарисовать правильную иконку NP улучшить определение размеров иконок -** сделать стартовые иконки прозрачными +DELAYED сделать стартовые иконки прозрачными + я попробовал, стало хуже DONE чистить все Notification'ы при завершении NetworkLibrary / BookDownloadService DONE CRASH: начать загрузку большого каталога --> Нажать кнопку "Home" --> Открыть FBReader --> Открыть библиотеку --> Развернуть каталог DONE добавлен CatalogDownloaderService diff --git a/libs/armeabi/libLineBreak.so b/libs/armeabi/libLineBreak.so new file mode 100644 index 000000000..c8089c585 Binary files /dev/null and b/libs/armeabi/libLineBreak.so differ diff --git a/libs/armeabi/liblinebreak.so b/libs/armeabi/liblinebreak.so deleted file mode 100755 index abb246a32..000000000 Binary files a/libs/armeabi/liblinebreak.so and /dev/null differ diff --git a/native/apps/DeflatingDecompressor/project/libs/armeabi/libDeflatingDecompressor.so b/native/apps/DeflatingDecompressor/project/libs/armeabi/libDeflatingDecompressor.so deleted file mode 100755 index 593dd8b9b..000000000 Binary files a/native/apps/DeflatingDecompressor/project/libs/armeabi/libDeflatingDecompressor.so and /dev/null differ diff --git a/native/sources/LineBreak/Android.mk b/native/sources/LineBreak/Android.mk new file mode 100644 index 000000000..2cb1d5066 --- /dev/null +++ b/native/sources/LineBreak/Android.mk @@ -0,0 +1,9 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := LineBreak +LOCAL_SRC_FILES := linebreak-jni.cpp liblinebreak-2.0/linebreak.c liblinebreak-2.0/linebreakdata.c liblinebreak-2.0/linebreakdef.c +LOCAL_ALLOW_UNDEFINED_SYMBOLS := false + +include $(BUILD_SHARED_LIBRARY) diff --git a/native/sources/liblinebreak/liblinebreak-1.2/AUTHORS b/native/sources/LineBreak/liblinebreak-2.0/AUTHORS similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/AUTHORS rename to native/sources/LineBreak/liblinebreak-2.0/AUTHORS diff --git a/native/sources/liblinebreak/liblinebreak-1.2/ChangeLog b/native/sources/LineBreak/liblinebreak-2.0/ChangeLog similarity index 80% rename from native/sources/liblinebreak/liblinebreak-1.2/ChangeLog rename to native/sources/LineBreak/liblinebreak-2.0/ChangeLog index 0be2fe7f4..908235bb6 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/ChangeLog +++ b/native/sources/LineBreak/liblinebreak-2.0/ChangeLog @@ -1,32 +1,42 @@ +2009-11-29 Wu Yongwei + + * linebreak.h: Add a documentation comment. + +2009-11-29 Wu Yongwei + + * linebreak.c (baTable): Add the missing changes for `NU' and `AL'. + +2009-11-29 Wu Yongwei + + * linebreak.c (baTable): Fix a comment; reflow the table data. + +2009-11-29 Wu Yongwei + + * Doxyfile (TAB_SIZE): Set to the correct size `4', as used in the + source files. + +2009-11-29 Wu Yongwei + + Update files according to UAX #14-24, for Unicode 5.2.0. + * linebreak.c: Update comments about UAX #14. + * linebreak.h: Ditto. + * linebreakdef.c: Ditto. + * linebreakdef.h: Ditto. + (LBP_CP): New enumerator for the new `CP' class as defined in + UAX #14-24. + * linebreak.c (baTable): Update for the new class `CP'. + * linebreakdata.c: Regenerate from LineBreak-5.2.0.txt. + * README: Update the reference to UAX #14-24, for Unicode 5.2.0. + 2009-05-03 Wu Yongwei - * configure.ac (AC_INIT): Increase the version to 1.2. - * Doxyfile (PROJECT_NUMBER): Set to 1.2. - * Makefile.am (liblinebreak_la_LDFLAGS): Set the version-info to - `1:2'. * NEWS: Add information about the 1.2 release. -2009-05-03 Wu Yongwei - - Deal with a bug in Doxygen when the documentation comment for one - entity is given twice and includes the @deprecated tag. - * linebreak.h (is_line_breakable): Move some of the documentation - comment of is_breakable here. - (is_breakable): Remove the documentation comment since - the result from recent versions of Doxygen is incorrect otherwise. - * linebreakdef.h (get_next_char_utf8): Ditto. - (get_next_char_utf16): Ditto. - (get_next_char_utf32): Ditto. - 2009-04-30 Wu Yongwei Optimize the Doxygen output. - * linebreak.c (lb_prop_index): Use the `@deprecated' tag to - deprecate it. - (get_next_char_utf16): Ditto. - (get_next_char_utf32): Ditto. - (is_breakable): Ditto. - (lb_prop_index): Adjust its definition format slightly. + * linebreak.c (lb_prop_index): Adjust its definition format + slightly. 2009-04-30 Wu Yongwei @@ -38,61 +48,66 @@ (REFERENCES_RELATION): Ditto. (EXCLUDE): Add `filter_dup.c'. -2009-04-29 Wu Yongwei +2009-04-28 Wu Yongwei + + * linebreak.c (lb_get_next_char_utf8): Fix the issue that the index + can point to the middle of a UTF-8 sequence if End of String (EOS) + is encountered prematurely (thanks to Nikolay Pultsin and Rick Xu). + (lb_get_next_char_utf16): Fix the issue that the index can point to + the middle of a UTF-16 surrogate pair if EOS is encountered + prematurely. + +2009-04-20 Wu Yongwei - Backport patches from the main trunk. - * linebreak.c (get_next_char_utf8): Fix the issue that the index can - point to the middle of a UTF-8 sequence if End of String (EOS) is - encountered prematurely (thanks to Nikolay Pultsin and Rick Xu). - (get_next_char_utf16): Fix the issue that the index can point to the - middle of a UTF-16 surrogate pair if EOS is encountered prematurely. * linebreakdef.c (lb_prop_English): Remove the specialization of right single quotation mark as closing punctuation mark, because it can be used as apostrophe. (lb_prop_Spanish): Ditto. (lb_prop_French): Ditto. -2009-03-05 Wu Yongwei +2009-04-09 Wu Yongwei - * configure.ac (AC_INIT): Increase the version to 1.1.1. + * Makefile.msvc: Make the `clean' target work on MSVC versions other + than 6.0; do not use precompiled header. -2009-03-05 Wu Yongwei +2009-03-07 Wu Yongwei * linebreak.h: Correct the wrong date in the documentation comment. * linebreakdef.h: Ditto. -2009-02-06 Wu Yongwei +2009-02-10 Wu Yongwei - * configure.ac (AC_INIT): Increase the version to 1.1. - * Doxyfile (PROJECT_NUMBER): Set to 1.1. + * configure.ac (AC_INIT): Increase the version to 2.0. * Makefile.am (liblinebreak_la_LDFLAGS): Set the version-info to - `1:1'. - * NEWS: Add information about the 1.1 release. + `2:0'. -2009-01-29 Wu Yongwei +2009-02-10 Wu Yongwei - * linebreak.h: Copy function documentation comments from the - definition to the header file. - * linebreakdef.h: Ditto. + * linebreak.h (LINEBREAK_VERSION): New macro. + (linebreak_version): New global constant declaration. + * linebreak.c (linebreak_version): New global constant definition. -2009-01-29 Wu Yongwei +2009-02-10 Wu Yongwei - Prepare to reduce namespace pollution. + Reduce namespace pollution. * linebreak.c (get_lb_prop_lang): Mark as static. - (get_next_char_utf8): Add a comment that it will be renamed. - (get_next_char_utf16): Ditto. - (get_next_char_utf32): Ditto. - (is_breakable): Ditto. - * linebreak.h (get_next_char_utf8): Remove the prototype + (get_next_char_utf8): Rename to lb_get_next_char_utf8. + (get_next_char_utf16): Rename to lb_get_next_char_utf32. + (get_next_char_utf32): Rename to lb_get_next_char_utf32. + (is_breakable): Rename to is_line_breakable. + * linebreak.h (get_next_char_utf8): Remove the function prototype declaration. (get_next_char_utf16): Ditto. (get_next_char_utf32): Ditto. - (is_line_breakable): Add the replacement macro for is_breakable to - ease the API change transition. - * linebreakdef.h (get_next_char_utf8): Add the prototype declaration - and comment about renaming. - (get_next_char_utf16): Ditto. - (get_next_char_utf32): Ditto. + (is_breakable): Rename to is_line_breakable. + * linebreakdef.h (lb_get_next_char_utf8): Add the function prototype + declaration. + (lb_get_next_char_utf16): Ditto. + (lb_get_next_char_utf32): Ditto. + +2009-02-06 Wu Yongwei + + * NEWS: Add information about the 1.1 release. 2009-01-02 Wu Yongwei diff --git a/native/sources/liblinebreak/liblinebreak-1.2/Doxyfile b/native/sources/LineBreak/liblinebreak-2.0/Doxyfile similarity index 99% rename from native/sources/liblinebreak/liblinebreak-1.2/Doxyfile rename to native/sources/LineBreak/liblinebreak-2.0/Doxyfile index 4aaf9f84e..5751edd31 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/Doxyfile +++ b/native/sources/LineBreak/liblinebreak-2.0/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = liblinebreak # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2 +PROJECT_NUMBER = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -153,7 +153,7 @@ SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. -TAB_SIZE = 8 +TAB_SIZE = 4 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". diff --git a/native/sources/liblinebreak/liblinebreak-1.2/LICENCE b/native/sources/LineBreak/liblinebreak-2.0/LICENCE similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/LICENCE rename to native/sources/LineBreak/liblinebreak-2.0/LICENCE diff --git a/native/sources/liblinebreak/liblinebreak-1.2/LineBreak1.sed b/native/sources/LineBreak/liblinebreak-2.0/LineBreak1.sed similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/LineBreak1.sed rename to native/sources/LineBreak/liblinebreak-2.0/LineBreak1.sed diff --git a/native/sources/liblinebreak/liblinebreak-1.2/LineBreak2.sed b/native/sources/LineBreak/liblinebreak-2.0/LineBreak2.sed similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/LineBreak2.sed rename to native/sources/LineBreak/liblinebreak-2.0/LineBreak2.sed diff --git a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.am b/native/sources/LineBreak/liblinebreak-2.0/Makefile.am similarity index 94% rename from native/sources/liblinebreak/liblinebreak-1.2/Makefile.am rename to native/sources/LineBreak/liblinebreak-2.0/Makefile.am index b498062ea..141165399 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.am +++ b/native/sources/LineBreak/liblinebreak-2.0/Makefile.am @@ -2,7 +2,7 @@ include_HEADERS = linebreak.h linebreakdef.h lib_LTLIBRARIES = liblinebreak.la -liblinebreak_la_LDFLAGS = -no-undefined -version-info 1:2 +liblinebreak_la_LDFLAGS = -no-undefined -version-info 2:0 liblinebreak_la_SOURCES = \ linebreak.c \ linebreakdata.c \ diff --git a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.gcc b/native/sources/LineBreak/liblinebreak-2.0/Makefile.gcc similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/Makefile.gcc rename to native/sources/LineBreak/liblinebreak-2.0/Makefile.gcc diff --git a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.in b/native/sources/LineBreak/liblinebreak-2.0/Makefile.in similarity index 99% rename from native/sources/liblinebreak/liblinebreak-1.2/Makefile.in rename to native/sources/LineBreak/liblinebreak-2.0/Makefile.in index 1c010a661..ec36e8f76 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.in +++ b/native/sources/LineBreak/liblinebreak-2.0/Makefile.in @@ -202,7 +202,7 @@ top_srcdir = @top_srcdir@ #noinst_PROGRAMS = filter_dup include_HEADERS = linebreak.h linebreakdef.h lib_LTLIBRARIES = liblinebreak.la -liblinebreak_la_LDFLAGS = -no-undefined -version-info 1:2 +liblinebreak_la_LDFLAGS = -no-undefined -version-info 2:0 liblinebreak_la_SOURCES = \ linebreak.c \ linebreakdata.c \ diff --git a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.msvc b/native/sources/LineBreak/liblinebreak-2.0/Makefile.msvc similarity index 88% rename from native/sources/liblinebreak/liblinebreak-1.2/Makefile.msvc rename to native/sources/LineBreak/liblinebreak-2.0/Makefile.msvc index 83984e34b..5f3ddea67 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/Makefile.msvc +++ b/native/sources/LineBreak/liblinebreak-2.0/Makefile.msvc @@ -44,13 +44,13 @@ CLEAN : -@erase "$(INTDIR)\linebreak.obj" -@erase "$(INTDIR)\linebreakdata.obj" -@erase "$(INTDIR)\linebreakdef.obj" - -@erase "$(INTDIR)\vc60.idb" + -@erase "$(INTDIR)\vc*.idb" -@erase "$(OUTDIR)\linebreak.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" -CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"$(INTDIR)\linebreak.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c +CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\linebreak.bsc" BSC32_SBRS= \ @@ -82,14 +82,14 @@ CLEAN : -@erase "$(INTDIR)\linebreak.obj" -@erase "$(INTDIR)\linebreakdata.obj" -@erase "$(INTDIR)\linebreakdef.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" + -@erase "$(INTDIR)\vc*.idb" + -@erase "$(INTDIR)\vc*.pdb" -@erase "$(OUTDIR)\linebreak.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" -CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"$(INTDIR)\linebreak.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c +CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\linebreak.bsc" BSC32_SBRS= \ diff --git a/native/sources/liblinebreak/liblinebreak-1.2/NEWS b/native/sources/LineBreak/liblinebreak-2.0/NEWS similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/NEWS rename to native/sources/LineBreak/liblinebreak-2.0/NEWS diff --git a/native/sources/liblinebreak/liblinebreak-1.2/README b/native/sources/LineBreak/liblinebreak-2.0/README similarity index 90% rename from native/sources/liblinebreak/liblinebreak-1.2/README rename to native/sources/LineBreak/liblinebreak-2.0/README index 6cbab6f09..fd028a76e 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/README +++ b/native/sources/LineBreak/liblinebreak-2.0/README @@ -5,9 +5,9 @@ Overview -------- This is the README file for liblinebreak, an implementation of the line -breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, -Revision 22, available at - +breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, +Revision 24, available at + Check this URL for up-to-date information: @@ -46,7 +46,6 @@ There are three ways to build the library: - type `make linebreakdata' to regenerate linebreakdata.c from LineBreak.txt. - 2) On systems where GCC and Binutils are supported, one can type cp -p Makefile.gcc Makefile @@ -78,6 +77,6 @@ Check the generated document doc/html/linebreak_8h.html for the public interfaces exposed to applications. -$Id: README,v 1.5 2008/12/31 04:24:12 adah Exp $ +$Id: README,v 1.6 2009/11/29 08:09:13 adah Exp $ vim:autoindent:expandtab:formatoptions=tcqlmn:textwidth=72: diff --git a/native/sources/liblinebreak/liblinebreak-1.2/aclocal.m4 b/native/sources/LineBreak/liblinebreak-2.0/aclocal.m4 similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/aclocal.m4 rename to native/sources/LineBreak/liblinebreak-2.0/aclocal.m4 diff --git a/native/sources/liblinebreak/liblinebreak-1.2/config.guess b/native/sources/LineBreak/liblinebreak-2.0/config.guess similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/config.guess rename to native/sources/LineBreak/liblinebreak-2.0/config.guess diff --git a/native/sources/liblinebreak/liblinebreak-1.2/config.h.in b/native/sources/LineBreak/liblinebreak-2.0/config.h.in similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/config.h.in rename to native/sources/LineBreak/liblinebreak-2.0/config.h.in diff --git a/native/sources/liblinebreak/liblinebreak-1.2/config.sub b/native/sources/LineBreak/liblinebreak-2.0/config.sub similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/config.sub rename to native/sources/LineBreak/liblinebreak-2.0/config.sub diff --git a/native/sources/liblinebreak/liblinebreak-1.2/configure b/native/sources/LineBreak/liblinebreak-2.0/configure similarity index 99% rename from native/sources/liblinebreak/liblinebreak-1.2/configure rename to native/sources/LineBreak/liblinebreak-2.0/configure index c0e0d5a1e..43630a877 100755 --- a/native/sources/liblinebreak/liblinebreak-1.2/configure +++ b/native/sources/LineBreak/liblinebreak-2.0/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for liblinebreak 1.2. +# Generated by GNU Autoconf 2.61 for liblinebreak 2.0. # # Report bugs to . # @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='liblinebreak' PACKAGE_TARNAME='liblinebreak' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='liblinebreak 1.2' +PACKAGE_VERSION='2.0' +PACKAGE_STRING='liblinebreak 2.0' PACKAGE_BUGREPORT='wuyongwei@gmail.com' ac_unique_file="linebreak.c" @@ -1390,7 +1390,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures liblinebreak 1.2 to adapt to many kinds of systems. +\`configure' configures liblinebreak 2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1460,7 +1460,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of liblinebreak 1.2:";; + short | recursive ) echo "Configuration of liblinebreak 2.0:";; esac cat <<\_ACEOF @@ -1562,7 +1562,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -liblinebreak configure 1.2 +liblinebreak configure 2.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1576,7 +1576,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by liblinebreak $as_me 1.2, which was +It was created by liblinebreak $as_me 2.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2269,7 +2269,7 @@ fi # Define the identity of the package. PACKAGE='liblinebreak' - VERSION='1.2' + VERSION='2.0' cat >>confdefs.h <<_ACEOF @@ -19577,7 +19577,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by liblinebreak $as_me 1.2, which was +This file was extended by liblinebreak $as_me 2.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19630,7 +19630,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -liblinebreak config.status 1.2 +liblinebreak config.status 2.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/native/sources/liblinebreak/liblinebreak-1.2/configure.ac b/native/sources/LineBreak/liblinebreak-2.0/configure.ac similarity index 77% rename from native/sources/liblinebreak/liblinebreak-1.2/configure.ac rename to native/sources/LineBreak/liblinebreak-2.0/configure.ac index b432e3836..9b8486639 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/configure.ac +++ b/native/sources/LineBreak/liblinebreak-2.0/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([liblinebreak],[1.2],[wuyongwei@gmail.com]) +AC_INIT([liblinebreak],[2.0],[wuyongwei@gmail.com]) AC_CONFIG_SRCDIR([linebreak.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) diff --git a/native/sources/liblinebreak/liblinebreak-1.2/depcomp b/native/sources/LineBreak/liblinebreak-2.0/depcomp similarity index 100% rename from native/sources/liblinebreak/liblinebreak-1.2/depcomp rename to native/sources/LineBreak/liblinebreak-2.0/depcomp diff --git a/native/sources/liblinebreak/liblinebreak-1.2/doc/html/annotated.html b/native/sources/LineBreak/liblinebreak-2.0/doc/html/annotated.html similarity index 70% rename from native/sources/liblinebreak/liblinebreak-1.2/doc/html/annotated.html rename to native/sources/LineBreak/liblinebreak-2.0/doc/html/annotated.html index 9f7f797d6..a9b77a105 100644 --- a/native/sources/liblinebreak/liblinebreak-1.2/doc/html/annotated.html +++ b/native/sources/LineBreak/liblinebreak-2.0/doc/html/annotated.html @@ -1,15 +1,17 @@ - - + + + + liblinebreak: Data Structures - - - - + + + + +