File: uml-class.tt2

package info (click to toggle)
libsql-translator-perl 1.66-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,680 kB
  • sloc: perl: 67,870; sql: 4,150; xml: 258; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[%# vim:ft=tt2
-%]
    [% INCLUDE 'uml-class-start.tt2' %]
      <dia:attribute name="attributes">
        [%- FOREACH attributes;
            INCLUDE "uml-attribute.tt2";
        END %]
      </dia:attribute>
      <dia:attribute name="operations"/>
      <dia:attribute name="template">
        <dia:boolean val="false"/>
      </dia:attribute>
      <dia:attribute name="templates"/>
    [% INCLUDE 'uml-class-end.tt2' %]