Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Quick Eclipse Question

Name: Anonymous 2009-10-21 12:30

In Eclipse, can you automatically generate Javadoc AS COMMENTS IN THE CODE? I only found out how to directly generate exported HTML Javadoc files from the (uncommented) code, but that's not what I'm looking for.

Name: Anonymous 2009-10-22 5:39

/**
 * Learn2Javadoc.
 *
 * You fail at failing.
 * @author Anonymous
 */
public class Fail {
    /**
     * Shame on you.
     *
     * @param x First operand.
     * @param y Second operand.
     * @returns the sum of both operands
     */
    public int sum(int x, int y) {
        return x + y;
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List