JavaDoc Comments

These pages exist to allow people to comment on the Apache Kato API specification. They consists of wiki pages containing embedded frames that link to the Apache Kato API's JavaDoc, that is hosted on Hudson.

Click on the "Add Comment" to comment on the pages. You will require a Confluence account to do so.
The links in the frame containing the JavaDoc won't take you to the relevant Wiki page. Follow the Wiki links to do so.

The following packages are available:

  • No labels

2 Comments

  1. kato.java seems a specialization of kato.runtime, so kato.runtime.java could be used instead.

  2. Couple more general comments:
    1) I noticed that there are API elements in the form of
    List getSomeEntityName()
    and javadoc does not specify objects of which type will be returned in the resulting list.
    E.g. ImageThread.getStackFrames().
    2) It would be nice to have an opportunity to create an Image* object from a pointer into an image (having ImagePointer instance which describes the start of the Image* entity)