mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +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 "ui/time-picker"
|
||||
*
|
||||
* Contains the TimePicker class.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import { View, Property } from "../core/view";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user