summaryrefslogtreecommitdiff
path: root/giscanner/docmain.py
Commit message (Expand)AuthorAgeFilesLines
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-071-1/+1
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* g-ir-doc-tool: keep mallard as the default formatChristoph Reiter2018-08-171-1/+1
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-1/+0
* Convert FORMATS to tuple.rockon9992018-08-061-1/+1
* doctool: Output formatter for DevDocsPhilip Chimento2018-08-061-1/+1
* docwriter: Option to select output formatPhilip Chimento2018-08-061-0/+3
* docwriter: Option to select output formatPhilip Chimento2018-05-251-4/+10
* Add --version option to Python based tools.Tomasz Miąsko2018-04-261-1/+4
* 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
* scanner: use open() as os.fdopen as context managersDieter Verfaillie2015-08-211-3/+2
* docmain: port to using argparse.Mathieu Duponchelle2015-06-171-17/+15
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-161-2/+13
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-0/+1
* doctool: Switch default language to CColin Walters2013-02-261-1/+1
* docmain: Create the output dir for us if it doesn't existJasper St. Pierre2013-02-151-2/+0
* docmain: Support an include path for GIRsJasper St. Pierre2013-02-111-0/+4
* doctool: Rebrand mallardwriter as docwriterJasper St. Pierre2013-02-011-2/+2
* giscanner: Fix make check issuesJasper St. Pierre2012-08-291-1/+1
* docmain: Fix error messageJasper St. Pierre2012-08-281-1/+1
* g-ir-doc-tool: Change the -o option to receive a directoryTomeu Vizoso2012-02-201-1/+3
* g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-171-45/+8
* giscanner: Allow passing additional include dirs when parsing a girTomeu Vizoso2011-08-151-1/+8
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-151-7/+17
* g-ir-doc-tool: Add -expected test for Python docbookTomeu Vizoso2011-08-151-1/+14
* [docbook] Make DocBookWriter use TransformerLaszlo Pandy2011-08-111-5/+3
* [docbook] fix exception when there is no ctype.Laszlo Pandy2011-08-111-3/+2
* WIP doctoolJohan Dahlin2011-08-111-0/+66