aboutsummaryrefslogtreecommitdiffstats
path: root/doc/commandlineoptions.rst
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-03-23 16:48:43 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-03-23 17:08:23 -0300
commit1cd5adbb53161e3fbe7e016ffb580c81b5ec8205 (patch)
tree1b2a40c53ce63e90f299e3c98d842c360848634b /doc/commandlineoptions.rst
parente253f00a604ffad4398173bea2916ca4d28ae1c4 (diff)
Small fixes in documentation
Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'doc/commandlineoptions.rst')
-rw-r--r--doc/commandlineoptions.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/commandlineoptions.rst b/doc/commandlineoptions.rst
index eede06b31..2dacfc131 100644
--- a/doc/commandlineoptions.rst
+++ b/doc/commandlineoptions.rst
@@ -12,10 +12,26 @@ Usage
Options
-------
-.. _option-heuristic:
+``--disable-verbose-error-messages``
+ Disable verbose error messages. Turn the CPython code hard to debug but saves a few kilobytes
+ in the generated binding.
+
+.. _parent-heuristic:
``--enable-parent-ctor-heuristic``
This flag enable an useful heuristic which can save a lot of work related to object ownership when
writing the typesystem.
For more info, check :ref:`ownership-parent-heuristics`.
+.. _pyside-extensions:
+
+``--enable-pyside-extensions``
+ Enable pyside extensions like support for signal/slots. Use this if you are creating a binding based
+ on PySide.
+
+.. _return-heuristic:
+
+``--enable-return-value-heuristic``
+ Enable heuristics to detect parent relationship on return values.
+ For more info, check :ref:`return-value-heuristics`.
+