Add 'examples' field

This commit is contained in:
Ivan Kravets
2014-09-24 21:40:37 +03:00
parent 24ec2dc9e4
commit c0c3c8efcd

View File

@ -227,3 +227,21 @@ Example:
"Library-Foo",
"Library-Bar"
]
.. _libjson_examples:
``examples``
----------------
*Optional* | Type: ``String`` or ``Array`` |
`Glob Pattern <http://en.wikipedia.org/wiki/Glob_(programming)>`_
A list of example patterns. This field is predefined with default value:
.. code-block:: javascript
"examples": [
"[Ee]xamples/*/*.ini",
"[Ee]xamples/*/*.pde"
]