Commit ada4b47d authored by Sven Franck's avatar Sven Franck

davStorage: add options to method descriptions

parent 52486182
...@@ -424,6 +424,10 @@ jIO.addStorageType('dav', function (spec, my) { ...@@ -424,6 +424,10 @@ jIO.addStorageType('dav', function (spec, my) {
/** /**
* Get a document or attachment from distant storage * Get a document or attachment from distant storage
* Options:
* - {boolean} revs Add simple revision history (false by default).
* - {boolean} revs_info Add revs info (false by default).
* - {boolean} conflicts Add conflict object (false by default).
* @method get * @method get
* @param {object} command The JIO command * @param {object} command The JIO command
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment