Repository: couchdb Updated Branches: refs/heads/1963-eunit-bigcouch 424dca513 -> d1a82df7d (forced update)
Remove incorrect paragraph on 'options' object Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6fc11242 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6fc11242 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6fc11242 Branch: refs/heads/1963-eunit-bigcouch Commit: 6fc112429234eb72001f4371603d76e6365de1ab Parents: 5c94e81 Author: Robert Newson <[email protected]> Authored: Mon Jul 28 12:56:17 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Mon Jul 28 12:56:17 2014 +0100 ---------------------------------------------------------------------- share/doc/src/api/ddoc/views.rst | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6fc11242/share/doc/src/api/ddoc/views.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/ddoc/views.rst b/share/doc/src/api/ddoc/views.rst index 3d14396..c1907ce 100644 --- a/share/doc/src/api/ddoc/views.rst +++ b/share/doc/src/api/ddoc/views.rst @@ -211,11 +211,6 @@ index is generated, not when it's accessed: - **include_design** (*boolean*): Allows map functions to be called on design documents as well as regular documents -In additional to these options, you may specify :ref:`any other <api/ddoc/view>` -with their default value. E.g. having option ``"include_docs": true`` will -automatically includes document body for view results response. You still may -override such by explicitly defining same query parameter name with other value. - .. _api/ddoc/view/indexing: Querying Views and Indexes
