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,9 @@
/**
* @module "application-settings"
*
* Allows you to save and restore any kind of information related to your application.
*/
*/ /** */
/**
* Checks whether such a key exists.
* @param key The key to check for.