system
Class JavaDoctor
java.lang.Object
system.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
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 |
JavaDoctor
public JavaDoctor()
main
public static void main(String[] args)
- Here the program starts. The usual stuff.
- Parameters:
args
- The commandline parameters. Which are not required.