]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
define-proto: update docstrings to add WRITER keyword arg
authorAlejandro R Sedeño <asedeno@google.com>
Mon, 15 Apr 2013 16:59:13 +0000 (12:59 -0400)
committerAlejandro R Sedeño <asedeno@google.com>
Tue, 16 Apr 2013 20:01:09 +0000 (16:01 -0400)
define-proto.lisp

index 163cd8e6e66312b74aaeae4d254423c1bd8183b1..805e26277934aed433023bc7971f1bbd620d1f7d 100644 (file)
    the case that trying to (de)serialize into a Lisp object won't work.
    'options' is a set of keyword/value pairs, both of which are strings.
 
-   Fields take the form (slot &key type name default reader)
+   Fields take the form (slot &key type name default reader writer)
    'slot' can be either a symbol giving the field name, or a list whose
    first element is the slot name and whose second element is the index.
    'type' is the type of the slot.
    The body consists only  of fields.
    'options' is a set of keyword/value pairs, both of which are strings.
 
-   Fields take the form (slot &key type name default reader)
+   Fields take the form (slot &key type name default reader writer)
    'slot' can be either a symbol giving the field name, or a list whose
    first element is the slot name and whose second element is the index.
    'type' is the type of the slot.
    the case that trying to (de)serialize into a Lisp object won't work.
    'options' is a set of keyword/value pairs, both of which are strings.
 
-   Fields take the form (slot &key type name default reader)
+   Fields take the form (slot &key type name default reader writer)
    'slot' can be either a symbol giving the field name, or a list whose
    first element is the slot name and whose second element is the index.
    'type' is the type of the slot.