aboutsummaryrefslogtreecommitdiffstats
path: root/data/generatorrunner.1
diff options
context:
space:
mode:
Diffstat (limited to 'data/generatorrunner.1')
-rw-r--r--data/generatorrunner.114
1 files changed, 8 insertions, 6 deletions
diff --git a/data/generatorrunner.1 b/data/generatorrunner.1
index 072d373a1..045b55ad4 100644
--- a/data/generatorrunner.1
+++ b/data/generatorrunner.1
@@ -2,14 +2,13 @@
.SH NAME
generatorrunner - plugin-based binding source code generator
.SH SYNOPSIS
-.B generatorrunner \-\-generatorSet=<plugin name> [options] header-file typesystem-file
-.B ...
+.B generatorrunner \-\-generator-set=<plugin name> [options] header-file typesystem-file
.SH DESCRIPTION
.B generatorrunner
is a utility that uses the information taken from APIExtractor
related to the provided C++ headers and typesystem files and execute
generators using this information. Generators are plugins and you need
-to specify one using the \-\-generatorSet parameter. At the moment there
+to specify one using the \-\-generator-set parameter. At the moment there
are two generators available:
.B qtdoc
@@ -18,7 +17,7 @@ are two generators available:
documentation syntax, using the XML files created by the documentation tool
.B (qdoc3).
Can be called supplying
-.B \-\-generatorSet=qtdoc
+.B \-\-generator-set=qtdoc
to
.B generatorrunner
or by calling the convenience executable
@@ -33,12 +32,15 @@ architecture and current limitations, refer to http://www.pyside.org/home-bindin
.SH OPTIONS
.SS "General options"
+.IP \-\-api-version=<version>
+Specify the supported api version used to generate the bindings.
.IP \-\-debug-level=[sparse|medium|full]
The amount of messages displayed.
.IP \-\-documentation-only
Only generates the documentation.
-.TP
-.BI \-\-help \fR,\fP \-h \fR,\fP -?
+.IP \-\-drop-type-entries="<TypeEntry0>[;TypeEntry1;...]"
+Semicolon separated list of type system entries (classes, namespaces, global functions and enums) to be dropped from generation.
+.IP \-\-help \fR,\fP \-h \fR,\fP -?
Prints the usage message.
.IP \-\-project-file=<file>
Text file containing a description of the binding project. Replaces and overrides command line arguments.