mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "data/virtual-array"
|
||||
*
|
||||
* Contains the VirtualArray class, which is an advanced array like class that helps loading items on demand.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import * as observable from "../observable";
|
||||
import * as observableArray from "../observable-array";
|
||||
|
||||
|
Reference in New Issue
Block a user