Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 DB14296E1 for ; Fri, 9 Mar 2012 11:13:10 +0000 (UTC) Received: (qmail 61112 invoked by uid 500); 9 Mar 2012 11:13:10 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 60975 invoked by uid 500); 9 Mar 2012 11:13:10 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 60963 invoked by uid 99); 9 Mar 2012 11:13:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 11:13:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 11:13:06 +0000 Received: by qcsp15 with SMTP id p15so1238948qcs.30 for ; Fri, 09 Mar 2012 03:12:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ZQ/X2uFODkbcrZwL47Xl7BS3nMlw2icX3Uyb0dU5bo4=; b=xg74vC9CeQB9el6UX6ZS6RmoA6qctkK2tOyI7tAhG9Wdy8nCmDW8E+oNkjci8O0xdu tXbVQxzMA4ofKU8EOxLLyf/SuXfsOezgt3HNt/WvsxCU0+ByFMyOhWhKWKBxAZb6l3wd cNotRZemExLH5mWODl7pzZPccz4bk7iC9MrhJM2q7AwiLf5R+PBEH5OZElS/QDGugm/9 7wXROrQdu7nowBwONJxAdWq7t/WH+dLCe33oNIzSjpRhyLbWlLFTNc3S4iwl3+J9kxpw zAAR/T0PnrqBZS/jk+7AQqtIXLEjawcKKms3f74JAgw+WIqb0ndlv8paC1OcfjolHuen aUCA== MIME-Version: 1.0 Received: by 10.224.1.9 with SMTP id 9mr678034qad.30.1331291565501; Fri, 09 Mar 2012 03:12:45 -0800 (PST) Sender: simone.tripodi@gmail.com Received: by 10.224.195.73 with HTTP; Fri, 9 Mar 2012 03:12:45 -0800 (PST) In-Reply-To: <4F59D9BA.9040409@apache.org> References: <4F59D9BA.9040409@apache.org> Date: Fri, 9 Mar 2012 12:12:45 +0100 X-Google-Sender-Auth: RmKY2Grl2XC2ITEkflxfWH1JKV4 Message-ID: Subject: Re: Apache Commons Javadoc template? From: Simone Tripodi To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Salut Manu, I can do something, it is a matter of implementing a doclet for javadoc - the Maven plugin already supports it, unfortunately I don't have so much spare time to follow all these activities ATM :( On 2010/2011 I helped Google Doclava[1] team on releasing the Doclava Doclet to Mvn central repo, it looks like the Google Guice one[2]. I think forking a Doclet we all like to start implementing our own would be a good starting point. All the best, -Simo [1] http://code.google.com/p/doclava/ [2] http://google-guice.googlecode.com/git/javadoc/packages.html http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Mar 9, 2012 at 11:21 AM, Emmanuel Bourg wrote: > Hi all, > > I noticed that Commons Math 3.0 has been released with the new Javadoc > template introduced with Java 7 [1]. While this template looks more polished > at first glance, it's actually less readable than the old one for a variety > of reasons (changes in alignment, lack of indentation and emphasis). This > led me to publish some time ago a GreaseMonkey script that restore important > aspects of the old template [2]. > > I'm pondering if we could agree on a Javadoc template, derived from the one > in Java 7 and with an improved readability, that would be applied to all > Commons components. The visual aspect of this template could also be adapted > to the Apache branding, for example by replacing the blue gradient with a > purple/violet gradient referring to the Apache feather. > > The Hibernate project uses a custom Javadoc template and it looks pretty > good [3]. > > I haven't investigated how this could be implemented with Maven and if it's > possible to tweak the template in the parent pom. If anyone knows how it > works, please speak up! If it works well we could even share it at the ASF > level. > > Emmanuel Bourg > > > [1] http://docs.oracle.com/javase/7/docs/api > [2] http://userscripts.org/scripts/show/108797 > [3] http://docs.jboss.org/hibernate/core/3.6/javadocs > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org