From ee89dd659945cd90bf5ed1dd1056ca4f03fb6c68 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Sat, 1 Dec 2012 01:09:39 +0100 Subject: [PATCH] documentation fix --- js/actions/system/api-collection.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/actions/system/api-collection.js b/js/actions/system/api-collection.js index edcdc3f9d2..552c73d782 100644 --- a/js/actions/system/api-collection.js +++ b/js/actions/system/api-collection.js @@ -541,6 +541,9 @@ /// - @LIT{waitForSync}: If @LIT{true} then creating or changing a /// document will wait until the data has been synchronised to disk. /// +/// - @LIT{journalSize}: Size (in bytes) for new journal files that are +/// created for the collection. +/// /// If returns an object with the attributes /// /// - @LIT{id}: The identifier of the collection. @@ -549,6 +552,8 @@ /// /// - @LIT{waitForSync}: The new value. /// +/// - @LIT{journalSize}: The new value. +/// /// @EXAMPLES /// /// @verbinclude api-collection-identifier-properties-sync