Add module names for the typedoc, make it work

Mark members with @private for typedoc.
This commit is contained in:
Panayot Cankov
2017-04-19 13:39:17 +03:00
parent c59077161f
commit d098ff43f5
101 changed files with 647 additions and 186 deletions

View File

@ -1,8 +1,10 @@
// Test: http://jsperf.com/array-vs-observable-array-vs-array-observe
/**
/**
* @module "data/observable-array"
*
* Contains the ObservableArray class, which is capable of detecting and responding to changes of a collection of objects.
*/
*/ /** */
// Test: http://jsperf.com/array-vs-observable-array-vs-array-observe
import * as observable from "../observable";
/**