summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-10-18 16:25:37 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-10-19 09:29:04 +0000
commit265107c6df0d89b138ab1a1e77de705223b01b8b (patch)
tree808bb59ceb72cee1aa39edd47ada68992ba23bac
parent63ec7e2ff9f5f63ff32c1fb874fd7de8b5bfdb02 (diff)
Fix qscxmlc documentation
- Options use two hyphens rather than one. - The -oh and -ocpp options have been renamed. Change-Id: I4c41263ded3348a8bc43bb2a5813fb3b0d3bd90f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--tools/qscxmlc/doc/qscxmlc.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/qscxmlc/doc/qscxmlc.qdoc b/tools/qscxmlc/doc/qscxmlc.qdoc
index f0d6726..619390a 100644
--- a/tools/qscxmlc/doc/qscxmlc.qdoc
+++ b/tools/qscxmlc/doc/qscxmlc.qdoc
@@ -65,23 +65,23 @@
\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 \c {--namespace <namespace>}
\li Put the generated class(es) in the specified namespace.
\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.