translation doc with a module diagram and as html

This commit is contained in:
aarne
2014-01-19 18:28:36 +00:00
parent 88af7ed93a
commit 43daeaf1b4
4 changed files with 284 additions and 1 deletions

14
lib/doc/translation.dot Normal file
View 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 ;
}