diff --git a/src/containers/editable-container.js b/src/containers/editable-container.js
index 5b2a9d9..1094c46 100644
--- a/src/containers/editable-container.js
+++ b/src/containers/editable-container.js
@@ -362,6 +362,7 @@ Applied as jQuery method.
         @property onblur 
         @type string
         @default 'cancel'
+        @since 1.1.1
         **/        
         onblur: 'cancel'
     };
diff --git a/src/editable-form/editable-form.js b/src/editable-form/editable-form.js
index e08a454..f85e170 100644
--- a/src/editable-form/editable-form.js
+++ b/src/editable-form/editable-form.js
@@ -481,6 +481,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
         @type DOMElement|object
         @default null
         @since 1.2.0
+        @private
         **/            
         scope: null,
         /**
diff --git a/src/inputs/list.js b/src/inputs/list.js
index 9570cb8..7af00b0 100644
--- a/src/inputs/list.js
+++ b/src/inputs/list.js
@@ -272,6 +272,7 @@ List - abstract class for inputs that have source option loaded from js array or
         @property sourceCache 
         @type boolean
         @default true
+        @since 1.2.0
         **/        
         sourceCache: true
     });