mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Changing module docs so they can appear in typedoc.
This commit is contained in:
3
tns-core-modules/text/formatted-string.d.ts
vendored
3
tns-core-modules/text/formatted-string.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
/**
|
||||
* @module "text/formatted-string"
|
||||
*
|
||||
* Contains the FormattedString and Span classes, which are used to create a formatted (rich text) strings.
|
||||
* @module "text/formatted-string"
|
||||
*/ /** */
|
||||
|
||||
import { Span } from "./span";
|
||||
|
||||
3
tns-core-modules/text/text.d.ts
vendored
3
tns-core-modules/text/text.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
/**
|
||||
* @module "text"
|
||||
*
|
||||
* Defines specific text related enumerations.
|
||||
* @module "text"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user