Files
gf-core/lib/doc/translation.dot
2014-05-13 07:18:51 +00:00

16 lines
333 B
Plaintext

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