On Saturday 12 May 2007 11:44, Andrew Haley wrote:
> Andrew John Hughes writes:
> > This patch from Michael Koch adds support to gjdoc
> > for being invoked like javadoc:
> >
> > Changelog:
> >
> > 2007-05-12 Andrew John Hughes <[EMAIL PROTECTED]>
> >
> > * NEWS: Updated.
> >
> > 2007-05-11 Michael Koch <[EMAIL PROTECTED]>
> >
> > * Makefile.am:
> > Update JAR file creation.
> > * src/com/sun/tools/javadoc/Main.java:
> > New file.
>
> Something Very Bad happened to your indentation:
> > +package com.sun.tools.javadoc;
> > +
> > +public class Main
> > +{
> > + public static void main(String[] args)
> > + {
> > + gnu.classpath.tools.gjdoc.Main.main(args);
> > + }
> > +}Thanks for spotting that. To be honest, the whole GJDoc tree needs its indentation correcting -- that's probably the next stage. Cheers, -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }
pgpOkh3kYEl8V.pgp
Description: PGP signature
