aboutsummaryrefslogtreecommitdiffstats
path: root/doc/commandlineoptions.rst
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-02-16 07:59:36 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2011-02-16 17:24:52 -0300
commit8c9f9660f04d1c5e462f6a815329bffa90327618 (patch)
tree9f2e3f046511fddb6eca94a46a994bb37a1d7e11 /doc/commandlineoptions.rst
parentc4f21744c7148f7cbb593f8bfe3cdd524abd912b (diff)
Added the "--drop-type-entries=<entries>" command line option.sb-0.6.6
The documentation was updates on this and older things. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'doc/commandlineoptions.rst')
-rw-r--r--doc/commandlineoptions.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/commandlineoptions.rst b/doc/commandlineoptions.rst
index 0761982d4..7cc829deb 100644
--- a/doc/commandlineoptions.rst
+++ b/doc/commandlineoptions.rst
@@ -16,7 +16,7 @@ Options
.. _api-version:
-``--api-version``
+``--api-version=<version>``
Specify the supported api version used to generate the bindings.
.. _debug-level:
@@ -29,6 +29,12 @@ Options
``--documentation-only``
Do not generate any code, just the documentation.
+.. _drop-type-entries:
+
+``--drop-type-entries="<TypeEntry0>[;TypeEntry1;...]"``
+ Semicolon separated list of type system entries (classes, namespaces,
+ global functions and enums) to be dropped from generation.
+
.. _generation-set:
``--generation-set``