summaryrefslogtreecommitdiff
path: root/giscanner/docwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-281-13/+5
* Add support for element-type to GListModelEmmanuele Bassi2020-04-261-5/+13
* Revert "Generate appropriate docs for ListModel with element-type"Emmanuele Bassi2020-04-261-13/+5
* Generate appropriate docs for ListModel with element-typeEmmanuele Bassi2020-04-241-5/+13
* docwriter: Fix Exception message attributePhilip Chimento2019-04-071-1/+1
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-161-1/+1
* Restore original meaning of disguised attribute.Tomasz Miąsko2019-01-101-1/+1
* Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...Dominique Leuenberger2019-01-091-1/+0
* docwriter: Support markdown 3.x. Fixes #250Christoph Reiter2018-12-201-3/+14
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* docwriter: revert some output changes to make the tests passChristoph Reiter2018-08-181-3/+6
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-0/+1
* Fix format/format_inline distinction.rockon9992018-08-131-7/+7
* Improve markdown compatibility of docwriter.rockon9992018-08-081-13/+80
* docwriter: Gdk.Atom as Stringmakepost2018-08-061-0/+2
* docwriter: Handle unknown language MIME typesPhilip Chimento2018-08-061-3/+5
* docwriter: Handle invalid nodes betterPhilip Chimento2018-08-061-0/+10
* devdocs: Fix links to enum membersPhilip Chimento2018-08-061-1/+4
* devdocs: Mark links to other GIRs as suchPhilip Chimento2018-08-061-2/+2
* devdocs: Match DevDocs' slug namesPhilip Chimento2018-08-061-2/+3
* devdocs: Format the values of constantsPhilip Chimento2018-08-061-0/+11
* docwriter: Handle moved_to in underscore functionPhilip Chimento2018-08-061-0/+2
* devdocs: Generate versioning notesPhilip Chimento2018-08-061-0/+2
* devdocs: Don't render private fieldsPhilip Chimento2018-08-061-0/+31
* docwriter: Use <pre> for code blocksPhilip Chimento2018-08-061-5/+19
* devdocs: Render a summary at the top of each pagePhilip Chimento2018-08-061-1/+18
* doctool: Output formatter for DevDocsPhilip Chimento2018-08-061-0/+145
* docwriter: parse markdown for code blocks.Mathieu Duponchelle2018-08-061-5/+65
* docwriter: Add support for plural type references.Mathieu Duponchelle2018-08-061-11/+25
* docwriter: Option to select output formatPhilip Chimento2018-08-061-0/+1
* docwriter: Option to select output formatPhilip Chimento2018-05-251-8/+25
* docwriter: Update for Python 3 compatibilitySimon Feltman2015-09-291-12/+11
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* giscanner: Use items() instead of iteritems()Simon Feltman2015-09-291-2/+2
* scanner: use open() as os.fdopen as context managersDieter Verfaillie2015-08-211-3/+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