Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-18 20:59:36 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-18 20:59:36 +0300
commitc8be762c45b22112def0ef15a4760f9f86621014 (patch)
tree2ab9ed1ba415c6cf8af7a5ae8c196aeac8667b88 /docs
parentc667b683409a3d5f3198d2171cd5813d08dd8fdf (diff)
Clean up generated .pb.h files a bit
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/migration.rst b/docs/migration.rst
index 1fee491..8a73d5b 100644
--- a/docs/migration.rst
+++ b/docs/migration.rst
@@ -165,6 +165,16 @@ function signatures must be updated to use double pointers (`void**` and
**Error indications:** Assignment from incompatible pointer type.
+protoc insertion points are no longer included by default
+---------------------------------------------------------
+**Rationale:** Protoc allows including comments in form `@@protoc_insertion_point`
+to identify locations for other plugins to insert their own extra content.
+Previously these were included by default, but they clutter the generated files
+and are rarely used.
+
+**Changes:** Insertion points are now included only when `--protoc-insertion-points`
+option is passed to the generator.
+
Nanopb-0.3.9.4, 0.4.0 (2019-xx-xx)
==================================