Author Topic: Documentation Generation Advice  (Read 3041 times)

Chris S

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Documentation Generation Advice
« on: January 15, 2015, 04:08:54 am »
Hi Folks,

I've been developing a sysml model within EA and am looking into how to export to a 'text' format. I have spent some time exploring RTF templates but can not implement what I need. Anyone know where I can find some more / real world examples, and / or how to implement the following pseudo code within a template fragment:

For all <<requirement>>
 if <<requirement>> contains <<requirements diagram>>
    Display requirement info
    Display requirements diagram
    Display info of child requirements
  end
end

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Documentation Generation Advice
« Reply #1 on: January 15, 2015, 06:49:56 pm »
Chris,

If you want my advice then that would be: "Don't use the RTF document generator"

Better alternatives are
- Use eaDocX
- Write your own document generator from scratch. (that is not as hard as it seems)

Geert