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/timer/timer.d.ts
vendored
5
tns-core-modules/timer/timer.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "timer"
|
||||
*
|
||||
* Allows you to create, start, stop and react to timers.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* Calls a function after a specified delay.
|
||||
* @param callback The function to be called.
|
||||
|
||||
Reference in New Issue
Block a user