mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
5
tns-core-modules/ui/list-view/list-view.d.ts
vendored
5
tns-core-modules/ui/list-view/list-view.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "ui/list-view"
|
||||
*
|
||||
* Contains the ListView class, which represents a standard list view widget.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import { EventData, View, Template, KeyedTemplate, Length, Property, CssProperty, Color, Style } from "../core/view";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user