Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7B909200C0E for ; Wed, 1 Feb 2017 20:22:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7A526160B41; Wed, 1 Feb 2017 19:22:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B022C160B6B for ; Wed, 1 Feb 2017 20:22:02 +0100 (CET) Received: (qmail 84140 invoked by uid 500); 1 Feb 2017 19:22:01 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 83860 invoked by uid 99); 1 Feb 2017 19:22:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2017 19:22:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 730E9E08EF; Wed, 1 Feb 2017 19:22:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Wed, 01 Feb 2017 19:22:10 -0000 Message-Id: <27a2fc3e15fd424e96c6950e6c92c6df@git.apache.org> In-Reply-To: <3018fbec8fc3472f892fdbe58313dff7@git.apache.org> References: <3018fbec8fc3472f892fdbe58313dff7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/13] git commit: [flex-asjs] [refs/heads/feature/mdl] - Some documentation glitches fixed. archived-at: Wed, 01 Feb 2017 19:22:03 -0000 Some documentation glitches fixed. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a233be03 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a233be03 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a233be03 Branch: refs/heads/feature/mdl Commit: a233be03bf0321696783b0610a8a4da23c061298 Parents: fe3fc18 Author: yishayw Authored: Tue Jan 31 10:09:37 2017 +0200 Committer: yishayw Committed: Tue Jan 31 10:09:37 2017 +0200 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/effects/CompoundEffect.as | 2 +- .../src/main/flex/org/apache/flex/effects/ICompoundEffect.as | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a233be03/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/CompoundEffect.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/CompoundEffect.as b/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/CompoundEffect.as index 93a8e14..ce6029a 100644 --- a/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/CompoundEffect.as +++ b/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/CompoundEffect.as @@ -29,7 +29,7 @@ package org.apache.flex.effects [DefaultProperty("children")] /** - * The ParallelStrand implements ICompoundEffect by dispatching events that should be handled by pluggable beads. + * CompoundEffect implements ICompoundEffect by dispatching events that should be handled by pluggable beads. * * @langversion 3.0 * @playerversion Flash 10.2 http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a233be03/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/ICompoundEffect.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/ICompoundEffect.as b/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/ICompoundEffect.as index 08fe7e9..e7e005c 100644 --- a/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/ICompoundEffect.as +++ b/frameworks/projects/Effects/src/main/flex/org/apache/flex/effects/ICompoundEffect.as @@ -55,9 +55,10 @@ package org.apache.flex.effects function addChild(c:IEffect):void; /** - * Add an effect to the parent. + * Add an effect to the parent at a certain position. * * @param c The subeffect to add. + * @param index The position where the subeffect is added. * * @langversion 3.0 * @playerversion Flash 10.2 @@ -104,7 +105,7 @@ package org.apache.flex.effects /** * Get an effect from the parent. * - * @param c The index of the subeffect. + * @param index The position of the subeffect. * * @langversion 3.0 * @playerversion Flash 10.2