summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser
Commit message (Expand)AuthorAgeFilesLines
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-1/+2
* tests: add invalid identifier test caseDieter Verfaillie2013-01-091-0/+18
* giscanner: Don't fail on empty GTK-Doc comment blocksDieter Verfaillie2013-01-091-0/+8
* tests/annotationparser: Drop Python API usage down to 2.6, not 2.7Colin Walters2012-12-301-8/+8
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-022-4/+43
* giscanner: update annotationparser to most recent gtkdoc-mkdb bug fixes.Dieter Verfaillie2012-11-282-0/+70
* giscanner: Correctly detect invalid GTK-Doc comment block end markersDieter Verfaillie2012-11-281-0/+19
* giscanner: treat the GTK-Doc Description: tag like any other tagDieter Verfaillie2012-11-281-0/+117
* giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...Dieter Verfaillie2012-11-281-2/+2
* giscanner: move unit tests from giscanner/annotationpatters.py...Dieter Verfaillie2012-11-282-0/+601
* giscanner: add AnnotationParser testsDieter Verfaillie2012-11-2845-0/+5778