summaryrefslogtreecommitdiff
path: root/gi/docstring.py
Commit message (Expand)AuthorAgeFilesLines
* docs: Skip "Constructors" header for anonymous structsSimon Feltman2014-09-011-2/+6
* docs: Fix error when using may_return_null()Simon Feltman2014-09-011-1/+2
* docs: Fix function doc string generator return typesSimon Feltman2014-08-291-1/+1
* docs: Standardize Python doc stringsSimon Feltman2014-03-151-6/+11
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-071-26/+12
* docs: Skip display of default constructor for disguised structsSimon Feltman2014-01-011-1/+8
* docs: List default constructor in doc stringsSimon Feltman2014-01-011-6/+4
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-011-7/+29
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-311-5/+21
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-311-3/+47
* docs: Skip implicit array length args when building function doc stringsSimon Feltman2013-12-311-2/+6
* docs: Add a keyword value of None for allow-none annotationsSimon Feltman2013-10-191-3/+17
* Expose all GI enum and flags typesSimon Feltman2013-10-071-6/+4
* Move doc string generator into separate moduleSimon Feltman2013-07-251-0/+106