From: Petteri Aimonen Date: Sat, 26 Apr 2014 17:11:54 +0000 (+0300) Subject: Docs update, remove malloc from limitations list X-Git-Tag: 5.0.2~186^2~233 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ba2ab9ea65d029b2560c461be317f3cf0d19eb3e;p=apps%2Fagl-service-can-low-level.git Docs update, remove malloc from limitations list --- diff --git a/docs/index.rst b/docs/index.rst index 7bd1794e..d49abc07 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,7 +47,6 @@ Features and limitations **Limitations** -#) User must provide callbacks when decoding arrays or strings without maximum size. Malloc support could be added as a separate module. #) Some speed has been sacrificed for code size. #) Encoding is focused on writing to streams. For memory buffers only it could be made more efficient. #) The deprecated Protocol Buffers feature called "groups" is not supported.