summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Expand)AuthorAgeFilesLines
* annotationparser: cleanup and add tests for the new warnings we now emitDieter Verfaillie2012-04-171-30/+21
* Revert "annotationparser: indent _parse_comment_block gtkdoc code"Dieter Verfaillie2012-04-171-95/+95
* annotationparser: indent _parse_comment_block gtkdoc codeAlban Browaeys2012-04-171-89/+90
* annotationparser: split validate() into sub-methodsWill Thompson2012-04-091-58/+67
* annotationparser: correct "maximium" in error messagesWill Thompson2012-04-091-3/+3
* annotationparser: remove duplication of annotation namesWill Thompson2012-04-091-13/+13
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-051-24/+32
* Don't parse doc comments in dependenciesJohan Dahlin2012-04-051-0/+3
* Replace ''' with """, to avoid confusing syntax highlightning in emacsJohan Dahlin2012-04-051-8/+8
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-222/+443
* Make AnnotationParser._parse_comment() do what gtk-doc does.Dieter Verfaillie2012-04-051-169/+226
* Add a floating alias for noneJohan Dahlin2011-11-251-1/+3
* Add constant value annotationJohan Dahlin2011-09-141-1/+3
* annotationparser: Don't eat lines that look like parameters outside param listColin Walters2011-08-141-4/+10
* annotationparser: Only accept certain tagsColin Walters2011-08-131-3/+17
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-3/+10
* giscanner: Make comments starting with tab characters workJasper St. Pierre2011-07-221-3/+5
* Add (method) overridesTomeu Vizoso2011-02-021-1/+5
* Preserve gtk-doc section namesJohan Dahlin2011-02-011-3/+9
* Add (constructor) annotationTomeu Vizoso2011-01-281-1/+5
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-191-5/+3
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-281-1/+5
* [annotationparser] Extract (skip) for doc blocksJohan Dahlin2010-09-251-1/+8
* Print out line numbersJohan Dahlin2010-09-241-3/+7
* Add a script to extract gio annotationsJohan Dahlin2010-09-241-2/+6
* Add an annotation toolJohan Dahlin2010-09-241-0/+52
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-241-1/+5
* Add more array warnings + testsJohan Dahlin2010-09-241-5/+25
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-241-19/+87
* Add a position to doc optionsJohan Dahlin2010-09-241-2/+8
* [annotation] Add constants for out optionsJohan Dahlin2010-09-241-0/+4
* Add scope annotation value warningsJohan Dahlin2010-09-231-15/+39
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-231-1/+1
* Validate transfer annnotationsJohan Dahlin2010-09-231-1/+25
* Remove TAG_TRANSFERJohan Dahlin2010-09-231-1/+0
* [annotationparser] Make it a bit stricterJohan Dahlin2010-09-231-1/+12
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-231-9/+72
* [scanner] Add a Position classJohan Dahlin2010-09-201-10/+4
* [annotationparser] Preserve line numbersJohan Dahlin2010-09-191-17/+35
* Save the line number of a source commentJohan Dahlin2010-09-191-1/+2
* Add a parameter mismatch warningJohan Dahlin2010-09-141-0/+3
* [annotationparser] Send in comments directlyJohan Dahlin2010-09-021-4/+3
* Major rewriteColin Walters2010-08-311-729/+5
* Use GLib types consistentlyColin Walters2010-08-311-1/+1
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+15
* Initialize value memberColin Walters2010-06-251-0/+1
* Clean up annotation parsing, don't try to parse invalid annotationsColin Walters2010-06-251-62/+87
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+6
* [annotationparser] Reuse method for determining array typeJohan Dahlin2010-06-221-3/+1
* Apply annotations from invoker to vfuncColin Walters2010-06-161-1/+6