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:
@@ -1,7 +1,10 @@
|
||||
///<reference path="../tns-core-modules.d.ts" /> Include global typings
|
||||
/**
|
||||
/**
|
||||
* @module "application"
|
||||
*
|
||||
* Contains the application abstraction with all related methods.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
///<reference path="../tns-core-modules.d.ts" /> Include global typings
|
||||
import { NavigationEntry, View, Observable, EventData } from "../ui/frame";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user