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

Unified Diff: chrome/common/extensions/api/experimental_idltest.idl

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase Created 7 years, 6 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
Index: chrome/common/extensions/api/experimental_idltest.idl
diff --git a/chrome/common/extensions/api/experimental_idltest.idl b/chrome/common/extensions/api/experimental_idltest.idl
index 4ee9ff71c616010f7537361dbc532ddffd803150..5e85ce705d68ec2a50da7aecde775e75e637c261 100644
--- a/chrome/common/extensions/api/experimental_idltest.idl
+++ b/chrome/common/extensions/api/experimental_idltest.idl
@@ -3,8 +3,7 @@
// found in the LICENSE file.
// An API to test IDL schema specifications.
-
-[nodoc] namespace experimental.idltest {
+namespace experimental.idltest {
callback LongArrayCallback = void(long[] array);
callback ArrayBufferCallback = void(ArrayBuffer buffer);
« no previous file with comments | « chrome/common/extensions/api/experimental_identity.idl ('k') | chrome/common/extensions/api/experimental_infobars.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698