Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Tigerstripe Documentation Generation

The Tigerstripe Documentation Generator generates HTML documenation of a Tigerstripe model. An index page is generated that includes links to page:

- per model package
- for all Data Types
- for all Enumerations
- for all Notifications
- for all Exceptions
- for all Queries
- for all Update procedures

The per package pages contain details of all the artifacts within the package including Sessions, Managed Entities, Associations, Association Classes and Dependencies.

The index page also a contains view of:

- the package hierarchy of the model
- the inheritance hierarchy of each Managed Entity
- the Managed Entities that implement Interfaces and the operations by those Interfaces

Global Properties

outputDir: The output directory to which the HTML is generated can be configured using this property.

Back to the top