summaryrefslogtreecommitdiff
path: root/descriptor
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-02 00:14:45 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-02 00:14:45 -0700
commit10cdab28e983187a2c99c4bf66053954846f051d (patch)
tree9995d6c5e4ea3730f9969bec860666bff028a4cc /descriptor
parent62dbeee8f69902b87ef11d13cef54ae261d74e6f (diff)
Add a friendly comment at the top of auto-generated C files.
Diffstat (limited to 'descriptor')
-rw-r--r--descriptor/descriptor.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/descriptor/descriptor.c b/descriptor/descriptor.c
index b2c68c6..6ecf2f5 100644
--- a/descriptor/descriptor.c
+++ b/descriptor/descriptor.c
@@ -1,4 +1,16 @@
-/* This file was generated by upbc (the upb compiler). Do not edit. */
+/*
+ * This file is a data dump of a protocol buffer into a C structure.
+ * It was created by the upb compiler (upbc) with the following
+ * command-line:
+ *
+ * ./tools/upbc -i upb_file_descriptor_set -o descriptor/descriptor descriptor/descriptor.proto.pb
+ *
+ * This file is a dump of 'descriptor/descriptor.proto.pb'.
+ * It contains exactly the same data, but in a C structure form
+ * instead of a serialized protobuf. This file contains no code,
+ * only data.
+ *
+ * This file was auto-generated. Do not edit. */
#include "descriptor/descriptor.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback