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

[16/28] git commit: [flex-asjs] [refs/heads/develop] - ASDoc parser complained about this example not being proper XML

ASDoc parser complained about this example not being proper XML


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

Branch: refs/heads/develop
Commit: d5585b6733ec6e342b3f739fcb3251d38f52bef6
Parents: 85462e9
Author: Alex Harui <ah...@apache.org>
Authored: Thu Nov 6 23:05:38 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:07:58 2014 -0800

----------------------------------------------------------------------
 .../as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as    | 2 +-
 .../as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d5585b67/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as
index 7f9cdd9..aa66c2a 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/HContainer.as
@@ -34,7 +34,7 @@ package org.apache.flex.html
      * 
      *  This is effectively the same as the pattern
      *  <code>
-     *  <basic:Container>
+     *  <basic:Container xmlns:basic="library://ns.apache.org/flexjs/basic">
      *    <basic:layout>
      *       <basic:NonVirtualHorizontalLayout />
      *    </basic:layout>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d5585b67/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as
index 4642da2..1544898 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/VContainer.as
@@ -34,7 +34,7 @@ package org.apache.flex.html
      * 
      *  This is effectively the same as the pattern
      *  <code>
-     *  <basic:Container>
+     *  <basic:Container xmlns:basic="library://ns.apache.org/flexjs/basic">
      *    <basic:layout>
      *       <basic:NonVirtualVerticalLayout />
      *    </basic:layout>