aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-07-20 11:42:02 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-07-23 10:16:02 +0000
commit047a658aac4c01d0ec3deb0459a1a88328ed9821 (patch)
treef10c1f88233af4e79fef1a00995ab9ce1ddcd8e4 /sources/shiboken2/doc
parente36aedaf2182cf81c919c5825c694c6ae3908198 (diff)
shiboken: Add options for diff and dry-run
Refactor and breathe life back into the existing diff/dry-run functionality of class FileOut and make it available via command line options. Change-Id: I32e1e262c0c2e8f107776923477fe9714ad295cf Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/shiboken2/doc')
-rw-r--r--sources/shiboken2/doc/commandlineoptions.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/shiboken2/doc/commandlineoptions.rst b/sources/shiboken2/doc/commandlineoptions.rst
index 7a632f4c4..c335fab75 100644
--- a/sources/shiboken2/doc/commandlineoptions.rst
+++ b/sources/shiboken2/doc/commandlineoptions.rst
@@ -69,6 +69,16 @@ Options
``--generation-set``
Generator set to be used (e.g. qtdoc).
+.. _diff:
+
+``--diff``
+ Print a diff of wrapper files.
+
+.. _dryrun:
+
+``--dryrun``
+ Dry run, do not generate wrapper files.
+
.. _--project-file:
``--project-file=<file>``