From 10cdab28e983187a2c99c4bf66053954846f051d Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 2 Aug 2009 00:14:45 -0700 Subject: Add a friendly comment at the top of auto-generated C files. --- descriptor/descriptor.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'descriptor') 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" -- cgit v1.2.3