Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 2233 invoked from network); 27 Jan 2006 11:01:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 11:00:59 -0000 Received: (qmail 79868 invoked by uid 500); 27 Jan 2006 11:00:51 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 79812 invoked by uid 500); 27 Jan 2006 11:00:51 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 79801 invoked by uid 99); 27 Jan 2006 11:00:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 03:00:51 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Jan 2006 03:00:50 -0800 Received: (qmail 30915 invoked from network); 27 Jan 2006 11:00:28 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.1.100?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 27 Jan 2006 11:00:28 -0000 Message-ID: <43D9FD3A.5010500@pobox.com> Date: Fri, 27 Jan 2006 06:00:10 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: javadoc vs. doxygen References: <6928c5160601260838r649b6a3ar3f6d8f22a039bfd5@mail.gmail.com> <43D9491A.4020300@sunnychan.org.uk> <43D9D78A.5090608@gmail.com> <43D9EF36.3090703@gmail.com> In-Reply-To: <43D9EF36.3090703@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tim Ellison wrote: > Zsejki Sorin Mikl�s wrote: >> Doesn't Harmony need Javadoc anyway just in order to be called "Java"? > > Strictly speaking, no. To be called "Java" you have to pass the JCK > that AIUI does not test the javadoc tool. In any case, I think having a > javadoc would be cool. Do you have any skills in this area? > We will have javadoc of our code, and we do need need to have notes re our impl of java*.*, but I think at all times we should be pointing to the spec javadoc, and not re-writing it. geir