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

Difference between revisions of "Gendoc/samples/genericTemplate"

Line 1: Line 1:
 
== Generic gendoc template for Papyrus ==
 
== Generic gendoc template for Papyrus ==
 +
 +
=== Gendoc version prerequisites ===
 +
To run the template Gendoc 0.6.0 is required (because of properties tag usage)
  
 
=== Import and Run ===
 
=== Import and Run ===

Revision as of 06:28, 2 December 2016

Generic gendoc template for Papyrus

Gendoc version prerequisites

To run the template Gendoc 0.6.0 is required (because of properties tag usage)

Import and Run

if you are a Gendoc newcomer you can try to start using Gendoc with this project : File:SampleGendocProject.zip

This project can be imported in your workspace using File > Import ... > General > Existing Projects into Workspace

It exists 3 folders in this project :

  • models : contains a sample Papyrus model
  • template : contains the generic gendoc template and conf.properties can be used to change the input model or the output path
  • generated : the default output path for generation

To run the documentation generation you just have to right click on SampleProject/template/gendoc_generic.docx > Generate documentation using Gendoc

Don't forget to

  • refresh the generated folder after generation
  • update the document fields when you open the result of the generation (Ctrl + A, F9)

Template description

This template uses Gendoc capabilities :

  • take the root element of the model
  • for each package and their children insert the diagram and the associated comment of the package
  • for each element displayed in each diagram, if this element has a diagram the will be displayed

Back to the top