aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2012-01-02 16:49:24 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 16:50:33 -0300
commit633836a403355d2bc245819aab07f29b05ac901f (patch)
tree812f9901f6a75e7264fbea1a2418fa03415b3beb /doc
parent41980deff0a53a539a248ffbb1674585e5b1fcea (diff)
Added missing pictures in converter documentation.
Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/converter.dot14
-rw-r--r--doc/images/converter.pngbin0 -> 37485 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/images/converter.dot b/doc/images/converter.dot
new file mode 100644
index 0000000..412341d
--- /dev/null
+++ b/doc/images/converter.dot
@@ -0,0 +1,14 @@
+digraph Conversions {
+ rankdir=LR
+ CppType1 [ label="C++\nType" ]
+ Converter1 [ label="Converter\nPython -> C++", shape=hexagon ]
+ PythonType1 -> Converter1
+ PythonType2 -> Converter1
+ PythonType3 -> Converter1
+ Converter1 -> CppType1
+
+ CppType2 [ label="C++\nType" ]
+ PythonType4 [ label="PythonType" ]
+ Converter2 [ label="Converter\nPython -> C++", shape=hexagon ]
+ CppType2 -> Converter2 -> PythonType4
+} \ No newline at end of file
diff --git a/doc/images/converter.png b/doc/images/converter.png
new file mode 100644
index 0000000..51cd2af
--- /dev/null
+++ b/doc/images/converter.png
Binary files differ