You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/12 11:28:45 UTC

git commit: [flex-tlf] [refs/heads/develop] - Fix ASDoc issue

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 9280a37b9 -> c5cc3d085


Fix ASDoc issue

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/c5cc3d08
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/c5cc3d08
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/c5cc3d08

Branch: refs/heads/develop
Commit: c5cc3d0850edfa954d40fa44561c7e37f48b95c4
Parents: 9280a37
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Dec 12 11:28:24 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Dec 12 11:28:24 2014 +0100

----------------------------------------------------------------------
 textLayout/src/flashx/textLayout/edit/ISelectionManager.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/c5cc3d08/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
----------------------------------------------------------------------
diff --git a/textLayout/src/flashx/textLayout/edit/ISelectionManager.as b/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
index 30eb446..41ab2c8 100644
--- a/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
+++ b/textLayout/src/flashx/textLayout/edit/ISelectionManager.as
@@ -218,7 +218,7 @@ package flashx.textLayout.edit
 		 * Indicates the type of selection. 
 		 * 
 		 * <p>The <code>selectionType</code> describes the kind of selection. 
-		 * It can either be <code>SelectionType.TEXT</code> or <code>SelectionType.CELLS</code>
+		 * It can either be <code>SelectionType.TEXT</code> or <code>SelectionType.CELLS</code></p>
 		 * 
 		 * @see flashx.textLayout.edit.SelectionType
 		 *