You can start the Jadexdoc tool from a console via:
java jadex.tools.jadexdoc.Main [options] [packagenames] [sourcefilenames] [-subpackage pck1:..]Description. Arguments can be in any order. See processing of Source Files for details on how the Jadexdoc tool determines which source files to process.
options. Command-line options, as specified in this document. The section options below contains examples of Jadexdoc options.
packagenames.
A series of names of packages, separated by spaces, such as
jadex.examples jadex.planlib
.
You must separately specify each package you want to document.
Wildcards are not allowed; use -subpackages
for recursion.
For further details see the section Section 9.6, “Options”.
sourcefilenames. A series of source file names, separated by spaces, each of which can begin with a path and contain a wildcard such as asterisk (*). The Jadexdoc tool will process every file whose name ends with ".agent.xml" or ".capability.xml".
-subpackages pck1:pck2:...
Generates documentation from source files in the specified packages and
recursively in their subpackages as an alternative to supplying packagenames or
sourcefilenames.