source: LATMOS-Accounts/docs/get_attributes.dot @ 948

Last change on this file since 948 was 935, checked in by nanardon, 12 years ago
  • add docs directory + a start of API graph
File size: 487 bytes
Line 
1digraph read {
2    // bases - auth services
3    //node [fillcolor=blue,style=filled]
4    get_attributes [label="get_attributes()"]
5    _get_attributes [label="_get_attributes()"]
6    _get_c_field [label="_get_c_filed()"]
7    get_c_field [label="get_c_filed()"]
8    get_field [label="get_filed()"]
9
10    // information propagation
11    //edge [color=blue]
12    get_attributes -> get_c_field
13    get_c_field -> _get_c_field
14    _get_attributes -> _get_c_field
15    _get_c_field -> get_field
16}
Note: See TracBrowser for help on using the repository browser.