Commit 77e522dc authored by Tristan Cavelier's avatar Tristan Cavelier

add 'include_docs' option and remove 'descending' option from allDocs docstring

parent 77630cb4
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
* @method allDocs * @method allDocs
* @param {object} options (optional) Contains some options: * @param {object} options (optional) Contains some options:
* - {number} max_retry The number max of retries, 0 = infinity. * - {number} max_retry The number max of retries, 0 = infinity.
* - {boolean} descending Reverse the order of the output table. * - {boolean} include_docs Include document metadata
* - {boolean} revs Include revision history of the document. * - {boolean} revs Include revision history of the document.
* - {boolean} revs_info Include revisions. * - {boolean} revs_info Include revisions.
* - {boolean} conflicts Include conflicts. * - {boolean} conflicts Include conflicts.
......
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