summaryrefslogtreecommitdiff
path: root/giscanner/annotationmain.py
Commit message (Expand)AuthorAgeFilesLines
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-10/+1
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-1/+1
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-3/+0
* Add --version option to Python based tools.Tomasz Miąsko2018-04-261-1/+3
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-10/+34
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-10/+11
* 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: refactor GTK-Doc comment block serializationDieter Verfaillie2013-10-081-2/+3
* giscanner: rename the parse() method to parse_comment_blocks()Dieter Verfaillie2013-10-081-1/+1
* giscanner: rename AnnotationParser() to GtkDocCommentBlockParser()Dieter Verfaillie2013-10-081-3/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-0/+1
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-1/+1
* Sort outputJohan Dahlin2011-02-011-1/+1
* Setup message loggerJohan Dahlin2010-09-241-0/+3
* Add a script to extract gio annotationsJohan Dahlin2010-09-241-15/+8
* Add an annotation toolJohan Dahlin2010-09-241-0/+78