Add missing titles to few docs to make sure they're rendered in docs.

This commit is contained in:
Paul Sokolovsky 2013-02-23 23:08:30 +02:00
commit fccf439117
4 changed files with 12 additions and 1 deletions

View file

@ -4,11 +4,13 @@
| title: Module (llvm.core) |
+-----------------------------+
llvm.core.Module
================
Modules are top-level container objects. You need to create a module
object first, before you can add global variables, aliases or functions.
Modules are created using the static method ``Module.new``:
.. code-block:: python
#!/usr/bin/env python