Skip to content

Commit

Permalink
Merge pull request #104 from sashafrey/master
Browse files Browse the repository at this point in the history
Introduce Item.title field
  • Loading branch information
bigartm committed Jan 14, 2015
2 parents 6be18c3 + f4f77f6 commit 239a854
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 239 deletions.
5 changes: 5 additions & 0 deletions docs/ref/messages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ A typical example of an item is a document that belongs to some text collection.
message Item {
optional int32 id = 1;
repeated Field field = 2;
optional string title = 3;
}

.. attribute:: Item.id
Expand All @@ -62,6 +63,10 @@ A typical example of an item is a document that belongs to some text collection.

A set of all fields withing the item.

.. attribute:: Item.title

An optional title of the item.

.. _Field:

Field
Expand Down

0 comments on commit 239a854

Please sign in to comment.