demojavadoc
Class JavadocDemo

java.lang.Object
  extended by demojavadoc.JavadocDemo

public class JavadocDemo
extends java.lang.Object

Demonstrate the use of javadoc and where to put the comments, which is directly above the class or class member you are writing about

Version:
1.1
Author:
Thomas Albert of Night Classes

Constructor Summary
JavadocDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Drives the program and contains the try/catch * blocks
 int unused()
          Deprecated. use main instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocDemo

public JavadocDemo()
Method Detail

main

public static void main(java.lang.String[] args)
Drives the program and contains the try/catch * blocks

Parameters:
args - an array of Strings typed at the command-line

unused

public int unused()
Deprecated. use main instead

Returns:
an int