Repository: flex-asjs Updated Branches: refs/heads/feature/fontawesome 62beb260e -> b7a3da36c
Fix ASDoc as per code review Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b7a3da36 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b7a3da36 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b7a3da36 Branch: refs/heads/feature/fontawesome Commit: b7a3da36c2e6d8f43819b498c8c5fc9907557735 Parents: 62beb26 Author: OmPrakash Muppirala <[email protected]> Authored: Sun Jan 8 23:07:37 2017 -0800 Committer: OmPrakash Muppirala <[email protected]> Committed: Sun Jan 8 23:07:37 2017 -0800 ---------------------------------------------------------------------- .../flex/org/apache/flex/fa/FontAwesomeIcon.as | 30 ++++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b7a3da36/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIcon.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIcon.as b/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIcon.as index a2a8ed1..9a1022b 100644 --- a/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIcon.as +++ b/frameworks/projects/FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIcon.as @@ -110,8 +110,13 @@ package org.apache.flex.fa } /** - * To increase icon sizes relative to their container, - * use the X1 (33% increase), X2, X3, X4, or X5. + * To increase icon sizes relative to their container, + * use the X1 (33% increase), X2, X3, X4, or X5. + * + * @langversion 3.0 + * @playerversion Flash 10.2 + * @playerversion AIR 2.6 + * @productversion FlexJS 0.0 * */ public function get size():String @@ -135,9 +140,16 @@ package org.apache.flex.fa } /** - * Set icons at a fixed width. - * Great to use when different icon widths throw off alignment. - * Especially useful in things like nav lists & list groups. + * + * Set icons at a fixed width. + * Great to use when different icon widths throw off alignment. + * Especially useful in things like nav lists & list groups. + * + * @langversion 3.0 + * @playerversion Flash 10.2 + * @playerversion AIR 2.6 + * @productversion FlexJS 0.0 + * */ public function get fixedWidth():Boolean { @@ -154,7 +166,13 @@ package org.apache.flex.fa } /** - * Show a border around the icon + * Show a border around the icon + * + * @langversion 3.0 + * @playerversion Flash 10.2 + * @playerversion AIR 2.6 + * @productversion FlexJS 0.0 + * */ public function get showBorder():Boolean {
