mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
translation doc with a module diagram and as html
This commit is contained in:
14
lib/doc/translation.dot
Normal file
14
lib/doc/translation.dot
Normal file
@@ -0,0 +1,14 @@
|
||||
graph {
|
||||
Translate ;
|
||||
RGLSyntax ;
|
||||
Extensions ;
|
||||
Dictionary ;
|
||||
Translate -- RGLSyntax [style = dashed] ;
|
||||
Translate -- Extensions ;
|
||||
Translate -- Dictionary ;
|
||||
Extensions -- RGLCategories ;
|
||||
RGLCategories ;
|
||||
RGLSyntax -- RGLCategories ;
|
||||
Dictionary -- RGLCategories ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user