summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/doc
diff options
context:
space:
mode:
authorNicolas Schodet2009-11-22 23:37:53 +0100
committerNicolas Schodet2009-11-22 23:37:53 +0100
commitab8c3aef948e70a75d055174293f28f3146a592e (patch)
treef5313460b0016a1e639396e2658a7dc1993828e7 /tools/dfagen/doc
parent11ecac0ab42bba330230759b6250f664f52fee9c (diff)
tools/dfagen: add import support, closes #82
Diffstat (limited to 'tools/dfagen/doc')
-rw-r--r--tools/dfagen/doc/dfagen.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/dfagen/doc/dfagen.txt b/tools/dfagen/doc/dfagen.txt
index f3d8e93a..cd6d710b 100644
--- a/tools/dfagen/doc/dfagen.txt
+++ b/tools/dfagen/doc/dfagen.txt
@@ -113,6 +113,10 @@ describe several states which behave the same way::
command -> .
ignored
+If you want to split your automaton definition in several files, you can
+include other files using the import statement. This can be used between
+other sections. The imported file use the same syntax as the main file.
+
Invoking dfagen
===============