1
0
forked from GitHub/gf-core
Files
gf-core/lib/doc/translation.dot

14 lines
283 B
Plaintext

graph {
Translate ;
RGLSyntax ;
Extensions ;
Dictionary ;
Translate -- RGLSyntax [style = dashed] ;
Translate -- Extensions ;
Translate -- Dictionary ;
Extensions -- RGLCategories ;
RGLCategories ;
RGLSyntax -- RGLCategories ;
Dictionary -- RGLCategories ;
}