summaryrefslogtreecommitdiff
path: root/docs/domain.rst
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-09 11:28:07 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-09 11:28:07 +0100
commit49f0195c48739d2b4eb136757bce9dba6fc630b6 (patch)
tree7e61086c5f7d0eae1c5b764f1404a5ce7a3d7a47 /docs/domain.rst
parenteb17cda14eb5949a3280a5dc34619dad97496f8d (diff)
downloadqtivi-qface-49f0195c48739d2b4eb136757bce9dba6fc630b6.tar.gz
small fixes
Diffstat (limited to 'docs/domain.rst')
-rw-r--r--docs/domain.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/domain.rst b/docs/domain.rst
index a3b5311..7dd15d0 100644
--- a/docs/domain.rst
+++ b/docs/domain.rst
@@ -24,6 +24,7 @@ The IDL is converted into an in memory domain model (see qface/idl/domain.py)
The domain model is the base for the code generation. You traverse the domain tree and trigger your own code generation.
.. code-block:: python
+
from qface.generator import FileSystem
system = FileSystem.parse_dir('interfaces')