Add module names for the typedoc, make it work

Mark members with @private for typedoc.
This commit is contained in:
Panayot Cankov
2017-04-19 13:39:17 +03:00
parent c59077161f
commit d098ff43f5
101 changed files with 647 additions and 186 deletions

View File

@@ -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.

View File

@@ -1,4 +1,7 @@

/**
* @module "fps-meter/fps-native"
*/ /** */
/**
* An utility class used to measure frames per second.
*/