From 265107c6df0d89b138ab1a1e77de705223b01b8b Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 18 Oct 2016 16:25:37 +0200 Subject: 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 Reviewed-by: Leena Miettinen --- tools/qscxmlc/doc/qscxmlc.qdoc | 10 +++++----- 1 file 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 } + \li \c {--namespace } \li Put the generated class(es) in the specified namespace. \row \li \c {-o } \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
} + \li \c {--header
} \li The name of the output header file. If none is specified, .h is added to the base name. \row - \li \c {-ocpp } + \li \c {--impl } \li The name of the output header file. If none is specified, .cpp is added to the base name. \row - \li \c {-classname } + \li \c {--classname } \li The class name of the generated state machine. If none is specified, the value of the name attribute of the tag is taken. If that attribute is not specified either, the basename (excluding path) is taken from the input file name. -- cgit v1.2.3