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

Side by Side Diff: components/test/data/json_schema/enum_schema.json

Issue 39113003: Docserver: Display enum value descriptions in API docs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "enum": ["foo", 42, false] 2 "enum": ["foo", 42, {"name": false}]
not at google - send to devlin 2013/10/28 18:00:25 test a description here too?
Sam McNally 2013/10/29 00:39:02 Done.
3 } 3 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698