Book a Demo

Author Topic: Documenting the whole darn tree  (Read 2290 times)

kgish

  • EA User
  • **
  • Posts: 62
  • Karma: +0/-0
    • View Profile
Documenting the whole darn tree
« on: May 25, 2005, 08:49:17 am »
Whatever I try, I just cannot seem to get the RTF-document to generate down the whole darn tree.

I have the following situation.

View (project root)
+ Project (package)
++ Model 1 (package)
+++Diagram 1-1 (diagram)
+++Diagram 1-2
...
+++Diagram 1-n
+++Object 1-1 (table)
+++Object 1-2
...
+++Object 1-n
etc.

It seems that whichever node I start on, the document only goes down max 1 level.

How can I iterate through the whole tree so that everything is printed in the document, including indentation and toc details?

Thanks alot in advance.