Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tigerstripe Documentation Generation"

(New page: 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 Typ...)
 
(No difference)

Latest revision as of 07:23, 11 June 2008

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