File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ Dips.prototype.getContainers = function ()
257257 * @memberOf Dips
258258 * @instance
259259 * @method setContainers
260- * @param {Object.<String, Mixed >) values
260+ * @param {Object.<String, Container >) values
261261 * @returns {Dips }
262262 */
263263Dips . prototype . setContainers = function ( values )
@@ -291,7 +291,7 @@ Dips.prototype.hasContainer = function (id)
291291 * @instance
292292 * @method getContainer
293293 * @param {String } id
294- * @returns {Container }
294+ * @returns {Container|undefined }
295295 */
296296Dips . prototype . getContainer = function ( id )
297297{
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ exports.scan = function scan(path, result)
224224 * @memberOf File_Entities
225225 * @function getEntities
226226 * @param {String|Array.<String>|Object.<String,String> } paths the paths to parse, entity id as key and folder path as value if object is used
227- * @param {String } [basePath=""] the base path to use, if folders content uses relative paths
227+ * @param {String } [basePath=""] the absolute base path to use, if folders content uses relative paths
228228 * @param {String|undefined } [prefix=undefined] the prefix to use e.g. "view" for "my.view" or no prefix for "view"
229229 * @returns {Object.<String, *> }
230230 */
You can’t perform that action at this time.
0 commit comments