aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunner.1
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 09:31:08 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 09:31:08 -0300
commitae3abca2b15794bdde313eed3f7f9391cd68f72d (patch)
tree382309fb28924ec0d52ade46674904bb458ccd22 /generatorrunner.1
parent8fd38fe9fcb176441e34cad2a3094301c33080f5 (diff)
forked boostpythongenerator project to separate the generatorrunner
so that it could be used independently; the qtdoc generator module remained part of generatorrunner
Diffstat (limited to 'generatorrunner.1')
-rw-r--r--generatorrunner.122
1 files changed, 5 insertions, 17 deletions
diff --git a/generatorrunner.1 b/generatorrunner.1
index b1284c70c..c5ffc2413 100644
--- a/generatorrunner.1
+++ b/generatorrunner.1
@@ -9,27 +9,17 @@ generatorrunner \- plugin-based code generator
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 --generatorSet parameter. At the moment there
are two generators available:
-.B boostpython
-\- Generates Boost::Python-based wrappers that compound a Python binding
-for the library described in the typesystem, making the C++ classes available
-for Python developers. Can be called by supplying
-.B --generatorSet=boostpython
-to
-.B generatorrunner
-or by calling the convenience executable
-.B boostpythongenerator.
-
.B qtdoc
-\- Generates Sphinx-based documentation for C++ libraries documented using
-.B qdoc3
-documentation syntax, using the XML files created by the documentation tool
+\- Generates Sphinx-based documentation for C++ libraries documented using
+.B qdoc3
+documentation syntax, using the XML files created by the documentation tool
.B (qdoc3).
Can be called supplying
.B --generatorSet=qtdoc
-to
+to
.B generatorrunner
or by calling the convenience executable
.B docgenerator.
@@ -66,8 +56,6 @@ The directories where the generator will search for the
external typesystems referred by the main one.
.IP --version
Displays the current version.
-.SS "Specific to boostpython plugin"
-.IP --disable-named-arg
Drops support for named args.
.SS "Specific to qtdoc plugin"
.IP --documentation-code-snippets-dir