diff options
Diffstat (limited to 'doc/_templates')
-rw-r--r-- | doc/_templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="section"> <h1>{{ project }} {{ version }}</h1> - <p>{{ 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.</p> + <p>{{ project }} is a plugin (front-end) for Generator Runner. It generates bindings for C++ libraries using CPython source code.</p> <h2>Documentation</h2> <table class="contentstable" align="center" style="margin-left: 30px"><tr> |