Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F25F9EF9 for ; Thu, 5 Jan 2012 06:28:24 +0000 (UTC) Received: (qmail 2379 invoked by uid 500); 5 Jan 2012 06:28:24 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 2223 invoked by uid 500); 5 Jan 2012 06:28:16 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 2211 invoked by uid 99); 5 Jan 2012 06:28:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 06:28:15 +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 (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.21 as permitted sender) Received: from [64.18.1.21] (HELO exprod6og108.obsmtp.com) (64.18.1.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 06:28:06 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob108.postini.com ([64.18.5.12]) with SMTP ID DSNKTwVC4PSikaAd/0V6bNxhnqIcOZm4Tv0C@postini.com; Wed, 04 Jan 2012 22:27:46 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q056RhPu012409; Wed, 4 Jan 2012 22:27:43 -0800 (PST) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q056Rg7o027237; Wed, 4 Jan 2012 22:27:43 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas03.corp.adobe.com ([10.8.189.121]) with mapi; Wed, 4 Jan 2012 22:27:42 -0800 From: Alex Harui To: "flex-dev@incubator.apache.org" , "jeffry@dot-com-it.com" Date: Wed, 4 Jan 2012 22:27:39 -0800 Subject: Re: Proposition :: ASDoc and compiler adjustments Thread-Topic: Proposition :: ASDoc and compiler adjustments Thread-Index: AczLS+BNjC0W0wzvTTS6lljw6zfY5AAJz7HM Message-ID: In-Reply-To: <4F0500E3.9070203@dot-com-it.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.11.0.110726 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I poked around the Apache projects and found this: http://cxf.apache.org/javadoc/latest/ If you pick the class AegisDataBinding, you will see it inherits from java.lang.object which is not in the package list but the links point to th= e main javadoc at oracle. And there is a list of methods inherited from java.lang.Object that point back to the javadoc at oracle. I think we might have to end up with something like that. -Alex On 1/4/12 5:46 PM, "Jeffry Houser" wrote: >=20 > At some point, most every Flex Component inherits from a Flash > component. In my own development, I Find it hugely beneficial to be > able to look at all the inherited methods and properties. I often find > properties and methods up in the hierarchy that I didn't know existed > just by reading the docs trying to figure stuff out. I doubt I'm the > only one. >=20 > So, if at all possible, I vote that we should include those relevant > docs. I have no idea how Adobe generates them; but I had assumed it was > from the source. >=20 > On 1/4/2012 6:18 PM, Alex Harui wrote: >> Good question. We will have to first figure out whether we can/should. = I >> would imagine that there is JavaDoc for Java-based projects in Apache th= at >> inherit from Java classes and the JavaDoc does not include packages not = in >> Apache project. Maybe the mentors can answer. >>=20 >> We might have to make it such that when you click the link for Sprite yo= u >> end up in the Adobe doc for flash.display.Sprite. >>=20 >> I believe the ASDoc tool doesn't handle that now so it might require an >> update. >>=20 >> If we decide we have to have the flash.*.* packages in our ASDoc, I will= see >> what we can do to contribute those files, but keep in mind they are unde= r >> active development so it might be better if we learn to live without the= m. >>=20 >> -Alex >>=20 >>=20 >> On 1/4/12 3:07 PM, "Jeffry Houser" wrote: >>=20 >>> I'm curious if we'll be able to generate the full ASDocs, like what >>> are on the Adobe site without the source code for the Flash stuff. We >>> can only go so far up the inheritance tree. >>>=20 >>> On 1/4/2012 5:40 PM, Michael Schmalle wrote: >>>> I do not have a lot of experience with the actual compiler and asdoc >>>> tool but that has not stopped me from having fun with parsers and AST.= :) >>>>=20 >>>> I am wondering if there is any interest in creating some apis in the >>>> compiler that jive with the asdoc tool(modifying the asdoc tool). I'm >>>> going to be looking into the source code of this tomorrow so I will >>>> have a clear understanding of what the work would be. >>>>=20 >>>> My idea is this; If we could allow public api in both tools that >>>> expose themselves through java it would allow 3rd party developers and >>>> applications that could be made to enhance the documentation process >>>> through formatters and asdoc editor applications. >>>>=20 >>>> This a highlevel idea but I have already written such an application >>>> using the jasblocks and asblocks AST framework, that are used to >>>> create a user interface into creating asdoc comments and such through >>>> visual editing of descriptions and tags. >>>>=20 >>>> No more typing /** ... */ is what I mean, the editor using the AST >>>> reinserts the comment using tokens. >>>>=20 >>>> I have found taking the actual documentation process out of the IDE's >>>> code view allows for better documentation and actual revelation that >>>> creating great docs can be fun. >=20 --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui