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:
4
tns-core-modules/fps-meter/fps-meter.d.ts
vendored
4
tns-core-modules/fps-meter/fps-meter.d.ts
vendored
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @module "fps-meter"
|
||||
*
|
||||
* Allows you to capture the frames-per-second metrics of your application.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* Starts the frames-per-second meter.
|
||||
|
||||
5
tns-core-modules/fps-meter/fps-native.d.ts
vendored
5
tns-core-modules/fps-meter/fps-native.d.ts
vendored
@@ -1,4 +1,7 @@
|
||||
|
||||
/**
|
||||
* @module "fps-meter/fps-native"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* An utility class used to measure frames per second.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user