From 9732e0c744e45a67094fc6ce08bdadb1f9a08d4a Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 17 Aug 2009 17:32:08 -0300 Subject: The genesis... --- doc/_templates/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/_templates/index.html (limited to 'doc/_templates/index.html') diff --git a/doc/_templates/index.html b/doc/_templates/index.html new file mode 100644 index 000000000..00a829ccc --- /dev/null +++ b/doc/_templates/index.html @@ -0,0 +1,26 @@ +{% extends "layout.html" %} +{% set title = 'Overview' %} +{% block body %} +

API Extractor {{ version }}

+ +

API Extractor is a tool that eases the development of bindings of Qt-based libraries for high + level languages by automating most of the process. + +

API Extractor is based on the + QtScriptGenerator project.

+ +

Documentation

+ + + +
+ + + + +
+ +{% endblock %} -- cgit v1.2.3