aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:15:27 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:15:27 -0800
commitf687cb89f4ad2fab85a3c2448e42e25293139ef8 (patch)
treeb972f95ee24e3b710c77ef9e55ee90e505ec9d34 /src/core/lib/surface
parentd9ed57c0d75f872ca8e6a767046f8814db9dfde4 (diff)
Actually add the documentation
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/surface/README.md b/src/core/lib/surface/README.md
new file mode 100644
index 0000000000..74cbd71131
--- /dev/null
+++ b/src/core/lib/surface/README.md
@@ -0,0 +1,4 @@
+# Surface
+
+Surface provides the bulk of the gRPC Core public API, and translates it into
+calls against core components.