Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CD9510289 for ; Fri, 4 Oct 2013 14:50:25 +0000 (UTC) Received: (qmail 56891 invoked by uid 500); 4 Oct 2013 14:50:24 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 56821 invoked by uid 500); 4 Oct 2013 14:50:24 -0000 Mailing-List: contact dev-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 dev@flex.apache.org Received: (qmail 56813 invoked by uid 99); 4 Oct 2013 14:50:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 14:50:24 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mark.kessler.ctr@usmc.mil designates 138.162.128.22 as permitted sender) Received: from [138.162.128.22] (HELO usmcquanio01.nmci.usmc.mil) (138.162.128.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 14:50:17 +0000 Received: from gate22-quantico.nmci.usmc.mil (HELO mcusquaneg01v.mcdsus.mcds.usmc.mil) ([138.162.128.52]) by usmcquanio01.nmci.usmc.mil with ESMTP; 04 Oct 2013 10:43:48 -0400 Received: from mcusquanez26v.mcdsus.mcds.usmc.mil ([138.156.149.182]) by mcusquaneg01v.mcdsus.mcds.usmc.mil with Microsoft SMTPSVC(6.0.3790.4675); Fri, 4 Oct 2013 10:49:42 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-mimeole: Produced By Microsoft Exchange V6.5 Subject: RE: Thoughts about ApacheFlex ASDOC Date: Fri, 4 Oct 2013 10:49:42 -0400 Message-ID: <0E7CF6486AC44249B0B674C6760449B407567BD9@mcusquanez26v.mcdsus.mcds.usmc.mil> In-Reply-To: <80EF9EDD-73A6-482E-B31E-DDC46596F8D6@classsoftware.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Thoughts about ApacheFlex ASDOC Thread-Index: Ac7A7rgGb5gNsJqySvO+GNO5inBJOQAGv5Kw References: <2095F5EBE04D59409DFCE91FFCEBF7AF3F52CF42@EXMBX05.netplexity.local> <089A39DA-3EC9-4C31-9F80-B49EA8B778F3@classsoftware.com> <7CF8ECEB-0E07-48B0-B32B-BCD59C9B3795@classsoftware.com> <2095F5EBE04D59409DFCE91FFCEBF7AF3F52CFE3@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F52D10F@EXMBX05.netplexity.local> <80EF9EDD-73A6-482E-B31E-DDC46596F8D6@classsoftware.com> From: "Kessler CTR Mark J" To: X-OriginalArrivalTime: 04 Oct 2013 14:49:42.0892 (UTC) FILETIME=[F5DDE2C0:01CEC110] X-Virus-Checked: Checked by ClamAV on apache.org I've thumbed through it... /shudder It felt like there should be some other way to create the ASDOCs.=20 Random thoughts from ASDOCs as a whole. * Doesn't contain properties/methods/events inherited from Adobe AS = (DisplayObject, EventDispatcher, InteractiveObject) that are not part of = the Apache Flex SDK . This makes you reference both our ASDOCs and = Adobe's. * Would be nice to include lists of enumerated values without having to = directly add static comments. E.g. VGroup.verticalAlign can use = "bottom", "middle", or "top" as it's values listed. There is an = inspectable tag, but it doesn't show up in the ASDOCs, just the = comments. * Easier to implement examples. I'm sure I had more at some point but those were on the top of my head. -Mark -----Original Message----- From: Justin Mclean [mailto:justin@classsoftware.com]=20 IMO there would only be a few people who looked at the ASDocs code and = even fewer who have modified it.