Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: mojo/public/c/docs/bindings/TUTORIAL.md

Issue 2238373002: Initial docs on the internals of the C bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: oops, remove TODO in tutorial.md Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/docs/bindings/INTERNALS.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/docs/bindings/TUTORIAL.md
diff --git a/mojo/public/c/docs/bindings/TUTORIAL.md b/mojo/public/c/docs/bindings/TUTORIAL.md
index 7e5e4625ddce03bedfe8fa6de0f6a231ffa07a27..5601c70ccc6286b6ffbd26d5604641c9c515c49c 100644
--- a/mojo/public/c/docs/bindings/TUTORIAL.md
+++ b/mojo/public/c/docs/bindings/TUTORIAL.md
@@ -367,7 +367,3 @@ Maps on the wire are mojom structs with two arrays; one for the keys, and one
for the values. The `i`th element in the keys array corresponds to the `i`th
element in the values array. As such, both arrays must have the same number
of elements, and neither may be null.
-
-# Numbers on generated bindings.
-
-TODO(vardhan): Probably as a separate doc?
jamesr 2016/08/15 22:38:27 leave a reference here to the other doc?
« no previous file with comments | « mojo/public/c/docs/bindings/INTERNALS.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698