Repository: flex-asjs Updated Branches: refs/heads/develop 0e4da5642 -> e4a6da834
add a @default tag to ASDoc to see if it works. More @default tags are needed Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e4a6da83 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e4a6da83 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e4a6da83 Branch: refs/heads/develop Commit: e4a6da8344843470af65e3fa73d600945b2d09e7 Parents: 0e4da56 Author: Alex Harui <[email protected]> Authored: Mon Dec 5 11:38:39 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 5 11:38:39 2016 -0800 ---------------------------------------------------------------------- .../projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e4a6da83/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as index 632b539..89ea4cd 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/CheckBox.as @@ -105,6 +105,7 @@ package org.apache.flex.html /** * <code>true</code> if the check mark is displayed. * + * @default false * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6
