next up previous contents
Next: Setting up a domain Up: First Steps Previous: Compiling an agent   Contents

Generating class documentation

If you do source code changes on your own, you might want to generate a new class documentation with javadoc.
  1. Make shure, that a directory apidoc exists within the kaariboga directory.
  2. Go to the directory kaariboga/source.
  3. Generate new class documentation with


    javadoc -d ../apidoc -private org.kaariboga.core
    org.kaariboga.server org.kaariboga.agents
    org.kaariboga.boserver org.kaariboga.plugin
    org.kaariboga.plugins.domainPlugIn
    org.kaariboga.plugins.helloPlugIn
There is a script called makeapidoc that will do the work for you.

Dirk 2002-09-01