mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
//@private
|
||||
/**
|
||||
* @module "http/http-request"
|
||||
* @private
|
||||
*/ /** */
|
||||
|
||||
//@private
|
||||
|
||||
import * as http from "..";
|
||||
export var request: (options: http.HttpRequestOptions) => Promise<http.HttpResponse>;
|
||||
|
Reference in New Issue
Block a user