/[navidoc]/navidoc/doc/syntax.rst
ViewVC logotype

Diff of /navidoc/doc/syntax.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by humppake, Wed Jun 11 10:36:20 2003 UTC revision 1.7 by humppake, Thu Jun 12 09:06:35 2003 UTC
# Line 2  Line 2 
2  UML syntax  UML syntax
3  ============  ============
4    
5    .. UML:: testikaavio
6    
7       bigpackage foobar
8            class foo "abstract"
9    
10                    fields
11                            barfield1
12                            barfield2
13                            barfieldn
14                    methods
15                            barmethod1
16                            barmethod2
17                            barmethodn
18    
19            package fof
20            
21            bigpackage jaajaa
22                    package jeejee
23    
24            class fooboo "abstract"
25    
26                    fields
27                            barfield1
28                            barfield2
29                            barfieldn
30                    methods
31                            barmethod1
32                            barmethod2
33                            barmethodn
34    
35       ---
36       horizontally(50, hor_c, foo, fooboo, fof);
37       horizontally(200, hor_d, fof, jeejee);
38    
39    
40  Elements  Elements
41  ========  ========
42    
# Line 154  dep Line 189  dep
189  .. UML:: elements-dep  .. UML:: elements-dep
190    
191     class foo     class foo
192          dep bar "dependency"          dep "use" bar
193     class bar     class bar
194     ---     ---
195     horizontally(100, hor_c, foo, bar);     horizontally(100, hor_c, foo, bar);
# Line 162  dep Line 197  dep
197  Syntax::  Syntax::
198    
199     class foo     class foo
200          dep bar "dependency"          dep "use" bar
201     class bar     class bar
202     ---     ---
203     horizontally(100, hor_c, foo, bar);     horizontally(100, hor_c, foo, bar);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26