summaryrefslogtreecommitdiff
path: root/giscanner/docwriter.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Create AST nodes for SECTION: doc blocks; add a GIR nodedoc-sectionsJasper St. Pierre2014-06-101-0/+2
* docwriter/gjs: fix boolean return valuesGiovanni Campagna2014-03-051-1/+1
* docwriter/gjs: restore documentation for return valuesGiovanni Campagna2014-03-051-2/+4
* docwriter/gjs: format GObject.Closure as "Function"Giovanni Campagna2014-03-051-0/+2
* docwriter: format bitfields like enumsGiovanni Campagna2014-03-051-2/+2
* docwriter/gjs: format GObject.Value as "Any"Giovanni Campagna2014-03-051-0/+2
* docwriter: improve xrefsGiovanni Campagna2014-02-261-7/+17
* docwriter: extend the "node without namespace" filtering to all languagesGiovanni Campagna2014-02-261-8/+8
* docwriter: don't ignore disguised structuresGiovanni Campagna2014-02-261-2/+4
* docwriter/gjs: fix constructorsGiovanni Campagna2014-02-261-12/+13
* docwriter/gjs: include non GObject instantiatable typesGiovanni Campagna2014-02-261-13/+10
* docwriter/gjs: add support for shadowed function namesGiovanni Campagna2014-02-261-4/+16
* docwriter/gjs: report arrays of (u)int8 and GBytes as ByteArrayGiovanni Campagna2014-02-261-1/+6
* docwriter/gjs: ignore nodes without a namespaceGiovanni Campagna2014-02-261-0/+8
* doctool/Gjs: some more fixes for structs and unionsGiovanni Campagna2014-02-201-1/+3
* doctool: improve Gjs documentationGiovanni Campagna2014-02-201-51/+319
* docwriter: Don't render private nodesJasper St. Pierre2014-01-311-0/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-7/+16
* giscanner: remove unused variables and importsDieter Verfaillie2013-04-091-3/+3
* doctool: Use builtin namespace walkerColin Walters2013-02-261-22/+31
* docwriter: Use the fully-qualified name for functions and methodsJasper St. Pierre2013-02-151-3/+3
* docwriter: Add support for adding additional attrs to the xref writerJasper St. Pierre2013-02-151-3/+4
* docwriter: Clean up make_page_idJasper St. Pierre2013-02-151-21/+8
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-2/+2
* doctool: Rename page_style to page_kindJasper St. Pierre2013-02-151-3/+3
* docmain: Create the output dir for us if it doesn't existJasper St. Pierre2013-02-151-0/+6
* docwriter: Don't render constants for nowJasper St. Pierre2013-02-151-1/+4
* docwriter: Skip non-introspectable nodes in introspectable languagesJasper St. Pierre2013-02-141-0/+3
* docwriter: Introduce a base formatter for introspectable languagesJasper St. Pierre2013-02-141-12/+10
* docwriter: Format list types as if they are arraysJasper St. Pierre2013-02-141-2/+2
* docwriter: Support formatting of types without c:typesJasper St. Pierre2013-02-111-1/+4
* docwriter: Support varargs in parameter namesJasper St. Pierre2013-02-111-1/+6
* docwriter: Skip lots of special kinds of parametersJasper St. Pierre2013-02-111-1/+16
* docwriter: Define a new formatter method for getting paramsJasper St. Pierre2013-02-111-0/+12
* doctool: Rebrand mallardwriter as docwriterJasper St. Pierre2013-02-011-0/+593