mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
5
tns-core-modules/ui/html-view/html-view.d.ts
vendored
5
tns-core-modules/ui/html-view/html-view.d.ts
vendored
@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "ui/html-view"
|
||||
*
|
||||
* Contains the HtmlView class, which represents a standard html view widget.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import { View, Property } from "../core/view";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user