aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-24 19:03:28 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-24 19:03:28 +0000
commit16040007143f30904813986778b1b3e1d687e40e (patch)
treea0df87486b4cfe244d09ca5044df4a8c8a92c78e /docs
parentfab52deda9f08eed9ba7ab24113400b31474cc48 (diff)
Cyclic messages not supported - thanks to Josh for pointing this out.
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@972 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3279ba6..1022a1b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -49,6 +49,7 @@ Features and limitations
#) Fields in the generated structs are ordered by the tag number, instead of the natural ordering in .proto file.
#) Unknown fields are not preserved when decoding and re-encoding a message.
#) Numeric arrays are always encoded as packed, even if not marked as packed in .proto. This causes incompatibility with decoders that do not support packed format.
+#) Cyclic references between messages are not supported. They could be supported in callback-mode if there was an option in the generator to set the mode.
Getting started
===============