From f2c4eb8cbb20424a5e715b7f423d96ba9a30ac7f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 14 Oct 2013 19:41:54 +0100 Subject: [PATCH] docs: Mention that generated code should not be kept Code generated by gdbus-codegen should neither be checked in into revision control, nor should be distributed. https://bugzilla.gnome.org/show_bug.cgi?id=710133 --- docs/reference/gio/gdbus-codegen.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index 99b7a1e77..d360e7b50 100644 --- a/docs/reference/gio/gdbus-codegen.xml +++ b/docs/reference/gio/gdbus-codegen.xml @@ -851,6 +851,11 @@ on_handle_hello_world (MyAppFrobber *interface, While the generated Docbook for D-Bus interfaces isn't expected to change, no guarantees are given at this point. + + It is important to note that the generated code should not be + checked into revision control systems, nor it should be included + in distributed source archives. +