Commit dbf5b58f authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage.js docstring modified

parent 86d2f05c
......@@ -682,10 +682,13 @@
/**
* Gets a document list from the substorage
* Options:
* - {boolean} include_docs Also retrieve the actual document content.
*
* @method allDocs
* @param {object} command The JIO command
* @param {Object} command The JIO command
* @param {Object} param The command parameters
* @param {Object} option The command option
* @param {Boolean} [option.include_docs=false] Also retrieve the actual
* document content.
*/
IndexStorage.prototype.allDocs = function (command, param, option) { // XXX
/*jslint unparam: true */
......
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