summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-23 16:07:55 +0100
committerUlf Hermann <ulf.hermann@qt.io>2016-11-23 15:12:30 +0000
commit30db0289dd354aec9cb0f81a2e6c71cbbc5aeb0c (patch)
treef99dcc2f47a96ae84f010c942accdd0d019fe4a7 /tools
parentf777b33b8ad41ebdd833045d798ab86861e07e4c (diff)
Fix qscxmlc documentation
The arguments have been renamed. Change-Id: If8d504f5ce859cfd5600a37cc754be5106de49ca Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/doc/qscxmlc.qdoc13
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/qscxmlc/doc/qscxmlc.qdoc b/tools/qscxmlc/doc/qscxmlc.qdoc
index f0d6726..eaa6406 100644
--- a/tools/qscxmlc/doc/qscxmlc.qdoc
+++ b/tools/qscxmlc/doc/qscxmlc.qdoc
@@ -65,23 +65,24 @@
\li Option
\li Description
\row
- \li \c -no-c++11
+ \li \c --no-c++11
\li Use no C++11 features in the generated code.
\row
- \li \c {-namespace <namespace>}
- \li Put the generated class(es) in the specified namespace.
+ \li \c {--namespace <namespace>}
+ \li Put the generated class(es) in the specified namespace. You can use the
+ \c QSCXMLC_NAMESPACE variable to specify this in your project file.
\row
\li \c {-o <base/out/name>}
\li The base name of the output files. This can include a path. If none is specified, the
basename of the input file is used.
\row
- \li \c {-oh <header/out>}
+ \li \c {--header <header/out>}
\li The name of the output header file. If none is specified, .h is added to the base name.
\row
- \li \c {-ocpp <cpp/out>}
+ \li \c {--impl <cpp/out>}
\li The name of the output header file. If none is specified, .cpp is added to the base name.
\row
- \li \c {-classname <StateMachineClassName>}
+ \li \c {--classname <StateMachineClassName>}
\li The class name of the generated state machine. If none is specified, the value of the
name attribute of the <scxml> tag is taken. If that attribute is not specified either,
the basename (excluding path) is taken from the input file name.