summaryrefslogtreecommitdiff
path: root/docs/domain.rst
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-20 08:47:57 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-20 08:47:57 +0100
commitaf81b318f31b8b4d53600f27385e2b41dd8cb738 (patch)
tree46416b48b01e612d3a5d274e0458d2d53f293d61 /docs/domain.rst
parent865578cfb8b0fcd21fb85d0d1f9c27ff8008b7ad (diff)
downloadqtivi-qface-af81b318f31b8b4d53600f27385e2b41dd8cb738.tar.gz
fixed docu
Diffstat (limited to 'docs/domain.rst')
-rw-r--r--docs/domain.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/domain.rst b/docs/domain.rst
index 7dd15d0..bf8f1c1 100644
--- a/docs/domain.rst
+++ b/docs/domain.rst
@@ -27,7 +27,7 @@ The domain model is the base for the code generation. You traverse the domain tr
from qface.generator import FileSystem
- system = FileSystem.parse_dir('interfaces')
+ system = FileSystem.parse('./interfaces')
for module in sytem.modules:
print(module.name)