Book a Demo

Author Topic: Generate Documentation not using defined template  (Read 2955 times)

Sandip

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Generate Documentation not using defined template
« on: August 06, 2015, 05:23:20 am »
When I use the custom template on a plain vanilla package, the template works fine. When the same template is used on a virtual document, the template is not utilized. The RTFTemplate tagged value is set to the custom template name.

Example : Custom template starts with
package >
{Pkg.Name}
{Pkg.Notes}
package element >

Generated Document produces
package >
{Pkg.Name}
Package {Pkg.Stereotype} in package '{Pkg.ParentPackage}'

{Pkg.Notes}

{Pkg.Name}
Version {Pkg.Version}  Phase {Pkg.Phase}  {Pkg.Status}
{Pkg.Author} created on {Pkg.DateCreatedShort}.  Last modified {Pkg.DateModifiedShort}
Alias {Pkg.Alias}