Bug #5715
openActor Reference documentation
0%
Description
this doc hasn't changed since 2.0, but in 2.4, many actors are visible for the first time. So we might need to update this doc.
435 pages.
Related issues
Updated by Christopher Brooks about 12 years ago
To update the actor documentation:
cd build-area
ant update-actor-doc
Updated by Daniel Crawl almost 12 years ago
The actor reference manual is at https://code.kepler-project.org/code/kepler-docs/trunk/outreach/documentation/shipping/ActorReference.pdf.
(In reply to comment #1)
To update the actor documentation:
cd build-area
ant update-actor-doc
This ant target uses javadoc to update the XML files in <module>/resources/kar/... from the source code. These docs are shown in the DocViewer in Kepler.
The actor reference manual was assembled by hand using the text in these XML files, and possibly edited. Since then (2008, Kepler 1.0) the XML files have been updated and new actors added. It would be nice to automatically generate this manual, but may not happen for the 2.4 release.