From 2da7dfc7264d366ab3de11f784a631880cbf296f Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 17 Jun 2010 17:48:15 -0300 Subject: Updated documentation. Reviewed by Hugo Parente Reviewed by Luciano Wolf --- doc/_templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/_templates') diff --git a/doc/_templates/index.html b/doc/_templates/index.html index cdbdee9b..47d4914c 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -4,7 +4,7 @@

{{ project }} {{ version }}

-

{{ project }} is a plugin (front-end) for Generator Runner. It generates CPython code instead of boost::python code as BoostPythonGenerator does. This way the overall size of PySide bindings can be drastically reduced.

+

{{ project }} is a plugin (front-end) for Generator Runner. It generates bindings for C++ libraries using CPython source code.

Documentation

-- cgit