Changing module docs so they can appear in typedoc.

This commit is contained in:
Panayot Cankov
2017-05-10 11:55:47 +03:00
parent c06aea51bd
commit 0cae034a64
48 changed files with 48 additions and 94 deletions

View File

@@ -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";

View File

@@ -1,7 +1,6 @@
/**
* @module "text"
*
* Defines specific text related enumerations.
* @module "text"
*/ /** */
/**