Book a Demo

Author Topic: RTF template: document classes in same pkg as CD?  (Read 1931 times)

jayp

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
RTF template: document classes in same pkg as CD?
« on: October 31, 2012, 04:10:45 am »
New EA user here.  I'm trying to do something that should be very simple:  Show a Class Diagram, followed by the names and notes for each class used in the diagram.  

My template is pulling the CD fine, and below the diagram it lists the classes and notes, but ONLY for classes that are defined in OTHER packages.  I have not found a way to generate documentation for classes defined in the same package as the CD.  

So my "plan B" (if the above didn't work) was to generate documentation for classes defined within a package, independent of whether they are used in a CD, but I have not found a way to do that, either.

Below is the relevant section of my template.  Any help would be appreciated.  Thanks.


diagram >
{Diagram.Name} {Diagram.Type} Diagram
{Diagram.Notes}

{Diagram.DiagramImg}
{Diagram.Name}


element >
{Element.Name}
{Element.Notes}
< element
< diagram


BTW - I'm using EA version 9.3.934

jayp

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: RTF template: document classes in same pkg as
« Reply #1 on: October 31, 2012, 08:16:28 am »
Nevermind - I think I figured it out now.   For some reason I was including elements via Package->Diagram->Element  but not via Package->Element.