system
Class JavaDoctor

java.lang.Object
  extended bysystem.JavaDoctor

public class JavaDoctor
extends Object

The main class of a program that replaces // comment with /** (javadoc) comment, with various options.

Probably written a bit elaborate, but that's on purpose.

Since:
1.00
Version:
1.02
Author:
Berend "Kirk" Wouda

Constructor Summary
JavaDoctor()
           
 
Method Summary
static void main(String[] args)
          Here the program starts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaDoctor

public JavaDoctor()
Method Detail

main

public static void main(String[] args)
Here the program starts. The usual stuff.

Parameters:
args - The commandline parameters. Which are not required.