Add commentary

pull/4159/head
Craig Tiller 9 years ago
parent 53e81e5c9f
commit 86958126c2
  1. 4
      src/core/transport/static_metadata.c
  2. 4
      src/core/transport/static_metadata.h

@ -35,6 +35,10 @@
* To make changes to this file, change
* tools/codegen/core/gen_static_metadata.py,
* and then re-run it.
*
* See metadata.h for an explanation of the interface here, and metadata.c for
* an
* explanation of what's going on.
*/
#include "src/core/transport/static_metadata.h"

@ -35,6 +35,10 @@
* To make changes to this file, change
* tools/codegen/core/gen_static_metadata.py,
* and then re-run it.
*
* See metadata.h for an explanation of the interface here, and metadata.c for
* an
* explanation of what's going on.
*/
#ifndef GRPC_INTERNAL_CORE_TRANSPORT_STATIC_METADATA_H

Loading…
Cancel
Save