Add docstring documentation to all llvm.core classes.

Some classes have docstrings, and lack rST docs (e.g. Module), few others
vice versa. It's unclear what is the best way to deal with this. IMHO,
docstrings should prevail, i.e. existing docs would rather be moved
to docstings. Anyway, for now just make sure that users don't miss
documentation, even if it's just list of classmembers.
This commit is contained in:
Paul Sokolovsky 2013-02-24 00:40:25 +02:00
commit d36cd1dbc7
18 changed files with 122 additions and 0 deletions

View file

@ -37,3 +37,10 @@ The list of operands (values, of type
The number of operands that this value referes to. Same as
``len(uses.operands)`` but faster if you just want the count.
Automatically Generated Documentation
-------------------------------------
.. autoclass:: llvm.core.User
:members:
:undoc-members: