1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This comment is for the dictionaries namespace.
6 namespace dictionaries
{
7 // Documentation for ComplexType.
9 // Documentation for the String s.
12 // Documentation for the boolean b.
15 // Documentation for the int i.
18 // Documentation for the long l.
21 // Documentation for the double d.
24 // Documentation for the file entry f.
25 [instanceOf
=FileEntry
] object f
;
27 // Documentation for the optional String s.
30 // Documentation for the optional boolean ob.
33 // Documentation for the optional int i.
36 // Documentation for the optional long l.
39 // Documentation for the optional double d.
42 // Documentation for the optional file entry f.
43 [instanceOf
=FileEntry
] object? of
;
46 dictionary OuterType
{
47 // Documentation for the array of InnerTypes items.
50 // Documentation for the optional array of Inner Types oitems.
54 dictionary ComplexType
{
55 // Documentation for the int i.
58 // Documentation for the ComplexType c.